OpcMethodNodeInfo Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcMethodNodeInfo type exposes the following members.

GetInputArguments()

Retrieves the input arguments of the method node represented.

C#

public OpcArgumentInfo[] GetInputArguments()


Returns

OpcArgumentInfo[]

An array of OpcArgumentInfo instances providing the argument information of all arguments used as input argument.


Remarks

The time consumed by the first call of the method depends on the availability of the server, because of the arguments are requested on-demand and are cached for subsequent calls. This means, that further argument requests will take use of already retrieved argument information and will not demand additional network resources.

GetOutputArguments()

Retrieves the output arguments of the method node represented.

C#

public OpcArgumentInfo[] GetOutputArguments()


Returns

OpcArgumentInfo[]

An array of OpcArgumentInfo instances providing the argument information of all arguments used as output argument.


Remarks

The time consumed by the first call of the method depends on the availability of the server, because of the arguments are requested on-demand and are cached for subsequent calls. This means, that further argument requests will take use of already retrieved argument information and will not demand additional network resources.