ReadOnlyRpcMethodCollection.TryGetMethod Method (Int32, IRpcMethod.)
Tries to get the specified method.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool TryGetMethod(
int vTableIndex,
out IRpcMethod method
)
VB
Public Function TryGetMethod (
vTableIndex As Integer,
<OutAttribute> ByRef method As IRpcMethod
) As Boolean
Parameters
vTableIndex |
Type: System.Int32 |
method |
Type: TwinCAT.TypeSystem.IRpcMethod. |
Return Value
Type: Boolean
true if found, false otherwise.