'Declaration
Public Overridable Function FindMethod( _ ByVal context As ISystemContext, _ ByVal methodId As NodeId _ ) As MethodState
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim methodId As NodeId Dim value As MethodState value = instance.FindMethod(context, methodId)
public virtual MethodState FindMethod( ISystemContext context, NodeId methodId )
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.