Execute a call of a UA Method.
The input arguments must specified according the method input parameter definition. in the order and data type
Syntax
Parameters
- objectNodeID
- The node identifier (item ID) of the UA node that contains the method node.
- methodNodeID
- The node identifier (item ID) of the UA method node.
- args
- Input arguments according the method input parameter definition,
in the order and the data type specified.
Return Value
List with the results as specified in the method output arguments.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2
See Also