AdsConnection.InvokeRpcMethod Method (String, String, .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,
string methodName,
Object[] parameters
)
VB
Public Function InvokeRpcMethod (
symbolPath As String,
methodName As String,
parameters As Object()
) As Object
Parameters
symbolPath |
Type: System.String |
methodName |
Type: System.String |
parameters |
Type: .System.Object. |
Return Value
Type: Object
The return value of the Method (as object).
Exceptions
Exception |
Condition |
---|---|