MethodCalledEventArgsInputArguments Field

CVB.Net Documentation
The input arguments set by the client. The data types are as defined in InputParameters. For simplicity all integer types are mapped to long/ulong, all floating point types as double and strings as string. Unsupported values are set to .

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

public readonly IList<Object> InputArguments

Field Value

Type: IListObject
See Also

Reference