RpcMethodCollection.TryGetMethod Method (String, 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(
string methodName,
out IRpcMethod method
)
VB
Public Function TryGetMethod (
methodName As String,
<OutAttribute> ByRef method As IRpcMethod
) As Boolean
Parameters
| 
                   methodName  | 
                   Type: System.String  | 
| 
                   method  | 
                   Type: TwinCAT.TypeSystem.IRpcMethod.  | 
Return Value
Type: Boolean
true if found, false otherwise.