EasyUA Reference
GetUaMethodDefinition Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : GetUaMethodDefinition Method

nodeID
Node identifier (item ID) of the method to be queried.

Glossary Item Box

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)
C# 
public UaMethodArguments GetUaMethodDefinition( 
   NodeId 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

Copyright © 2018 Advosol Inc. All Rights Reserved.