Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session Dim objectId As NodeId Dim methodId As NodeId Dim args() As Object Dim value As List(Of Object) value = instance.Call(objectId, methodId, args) |
Parameters
- objectId
- The NodeId of the object that provides the method.
- methodId
- The NodeId of the method to call.
- args
- The input arguments.
Return Value
The list of output argument values.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x