Opc.Ua.Core
FindMethod Method



Opc.Ua Namespace > NodeState Class : FindMethod Method
The system context.
The identifier for the method to find.
Returns the method with the specified NodeId or MethodDeclarationId.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members