IRpcCallableInstance.TryInvokeRpcMethod Method (IRpcMethod, .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#
int TryInvokeRpcMethod(
IRpcMethod method,
Object[] args,
out Object result
)
VB
Function TryInvokeRpcMethod (
method As IRpcMethod,
args As Object(),
<OutAttribute> ByRef result As Object
) As Integer
Parameters
| 
                   method  | 
                   Type: TwinCAT.TypeSystem.IRpcMethod  | 
| 
                   args  | 
                   Type: .System.Object.  | 
| 
                   result  | 
                   Type: System.Object.  | 
Return Value
Type: Int32
true if the call succeeds, false otherwise.