OpcCallMethodsRequest Members

Namespace: Opc.UaFx.Services
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcCallMethodsRequest type exposes the following members.

OpcCallMethodsRequest(IEnumerable<OpcCallMethod>)

C#

public OpcCallMethodsRequest(IEnumerable<OpcCallMethod> commands)


Parameters

commands IEnumerable<OpcCallMethod>



Exceptions

ArgumentNullException


OpcCallMethodsRequest(IOpcServiceRequestHeader, IEnumerable<OpcCallMethod>)

C#

public OpcCallMethodsRequest(IOpcServiceRequestHeader header, IEnumerable<OpcCallMethod> commands)


Parameters

header IOpcServiceRequestHeader


commands IEnumerable<OpcCallMethod>



Exceptions

ArgumentNullException


OpcCallMethodsRequest(IOpcServiceRequestHeader, OpcCallMethod[])

C#

public OpcCallMethodsRequest(IOpcServiceRequestHeader header, params OpcCallMethod[] commands)


Parameters

header IOpcServiceRequestHeader


commands OpcCallMethod[]



Exceptions

ArgumentNullException


OpcCallMethodsRequest(OpcCallMethod[])

C#

public OpcCallMethodsRequest(params OpcCallMethod[] commands)


Parameters

commands OpcCallMethod[]



Exceptions

ArgumentNullException