Retrieve the argument definition for the method specified by the node identifier (item ID).
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Session
Dim nodeID As NodeId
Dim value As UaMethodArguments
value = instance.GetUaMethodDefinition(nodeID)
|
Parameters
- nodeID
- Node identifier (item ID) of the method to be queried.
Return Value
Object with the input and output parameter definitions.
A null value indicated that there are no inout arguments or results.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also