EasyUA Reference
FindMethod Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class : FindMethod Method

context
The system context.
methodId
The identifier for the method to find.

Glossary Item Box

Returns the method with the specified NodeId or MethodDeclarationId.

Syntax

Visual Basic (Usage)Copy Code
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.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.