ClientMethodNodeExecute Method

CVB.Net Documentation
Calls the method.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public Object[] Execute(
	params Object[] args
)

Parameters

args
Type: SystemObject
The input arguments as defined in InputParameters.

Return Value

Type: Object
The output values as defined in the OutputParameters.

Implements

IClientMethodNodeExecute(Object)
Remarks

The input parameters must match what is defined in InputParameters.

The output parameters are returned as defined in OutputParameters. To make your life simpler all integer types are stored as long or ulong, floating point values as double and all strings as strings. Other parameter types are not supported and set to .

See Also

Reference