Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NodeState Dim context As ISystemContext Dim methodId As NodeId Dim value As MethodState value = instance.FindMethod(context, methodId) |
C# | |
---|---|
public virtual MethodState FindMethod( ISystemContext context, NodeId methodId ) |
Parameters
- context
- The system context.
- methodId
- The identifier for the method to find.
Return Value
Returns the method. Null if no method found.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x