RpcMethodCollection.TryGetMethod Method (Int32, IRpcMethod.)
Tries to get the specified method.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public bool TryGetMethod(
int vTableIndex,
out IRpcMethod?? method
)
Parameters
vTableIndex |
Type: System.Int32 |
method |
Type: TwinCAT.TypeSystem.IRpcMethod. |
Return Value
Type: Boolean
true if found, false otherwise.