DynamicRpcStructInstance.TryInvokeRpcMethod Method (String, .Object., Object.)
Tries to invoke the specified method.
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public int TryInvokeRpcMethod(
string methodName,
Object[] args,
out Object result
)
VB
Public Function TryInvokeRpcMethod (
methodName As String,
args As Object(),
<OutAttribute> ByRef result As Object
) As Integer
Parameters
| methodName | Type: System.String | 
| args | Type: .System.Object. | 
| result | Type: System.Object. | 
Return Value
Type: Int32
true if the call succeeds, false otherwise.
Exceptions
| Exception | Condition | 
|---|---|