AdsConnection.InvokeRpcMethod Method (String, Int32, .Object.)
Invokes the specified RPC Method
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public Object InvokeRpcMethod(
string symbolPath,
int methodId,
Object[] parameters
)
VB
Public Function InvokeRpcMethod (
symbolPath As String,
methodId As Integer,
parameters As Object()
) As Object
Parameters
symbolPath |
Type: System.String |
methodId |
Type: System.Int32 |
parameters |
Type: .System.Object. |
Return Value
Type: Object
The return value of the Method (as object).
Exceptions
Exception |
Condition |
---|---|