AdsConnection.TryInvokeRpcMethod Method (String, Int32, .Object., Object.)
Invokes the specified RPC Method
          Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public AdsErrorCode TryInvokeRpcMethod(
string symbolPath,
int methodId,
Object[] parameters,
out Object retValue
)
VB
Public Function TryInvokeRpcMethod (
symbolPath As String,
methodId As Integer,
parameters As Object(),
<OutAttribute> ByRef retValue As Object
) As AdsErrorCode
Parameters
| symbolPath | Type: System.String | 
| methodId | Type: System.Int32 | 
| parameters | Type: .System.Object. | 
| retValue | Type: System.Object. | 
Exceptions
| Exception | Condition | 
|---|---|