EasyUA Reference
Call(NodeId,NodeId,Object[]) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class > Call Method : Call(NodeId,NodeId,Object[]) Method

objectId
The NodeId of the object that provides the method.
methodId
The NodeId of the method to call.
args
The input arguments.

Glossary Item Box

Calls the specified method and returns the output arguments.

Syntax

Visual Basic (Usage)Copy Code
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)
C# 
public List<object> Call( 
   NodeId objectId,
   NodeId methodId,
   params object[] 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.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.