OpcServiceRequest<TCommand, TCommands> Members

Namespace: Opc.UaFx.Services
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcServiceRequest<d, s> type exposes the following members.

OpcServiceRequest(IEnumerable<TCommand>)

C#

protected OpcServiceRequest(IEnumerable<TCommand> commands)


Parameters

commands IEnumerable<d>



Exceptions

ArgumentNullException


OpcServiceRequest(IOpcServiceRequestHeader, IEnumerable<TCommand>)

C#

protected OpcServiceRequest(IOpcServiceRequestHeader header, IEnumerable<TCommand> commands)


Parameters

header IOpcServiceRequestHeader


commands IEnumerable<d>



Exceptions

ArgumentNullException


OpcServiceRequest(IOpcServiceRequestHeader, TCommand[])

C#

protected OpcServiceRequest(IOpcServiceRequestHeader header, params TCommand[] commands)


Parameters

header IOpcServiceRequestHeader


commands d



Exceptions

ArgumentNullException


OpcServiceRequest(TCommand[])

C#

protected OpcServiceRequest(params TCommand[] commands)


Parameters

commands d



Exceptions

ArgumentNullException


Commands

C#

public TCommands Commands { get; protected set; }


Property Value

s