OpcServiceResponse Members

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

OpcServiceResponse()

C#

protected OpcServiceResponse()

OpcServiceResponse(IOpcServiceResponseHeader)

C#

protected OpcServiceResponse(IOpcServiceResponseHeader header)


Parameters

header IOpcServiceResponseHeader



Exceptions

ArgumentNullException


OpcServiceResponse(IOpcServiceResponseHeader, DiagnosticInfoCollection)

C#

protected OpcServiceResponse(IOpcServiceResponseHeader header, DiagnosticInfoCollection diagnosticInfos)


Parameters

header IOpcServiceResponseHeader


diagnosticInfos DiagnosticInfoCollection



Exceptions

ArgumentNullException


DiagnosticInfos

C#

[CLSCompliant(false)]
public DiagnosticInfoCollection DiagnosticInfos { get; protected set; }


Property Value

DiagnosticInfoCollection

Exception

C#

public OpcException Exception { get; }


Property Value

OpcException

C#

public IOpcServiceResponseHeader Header { get; }


Property Value

IOpcServiceResponseHeader

ServiceName

C#

public string ServiceName { get; }


Property Value

String

Success

C#

public virtual bool Success { get; }


Property Value

Boolean

CreateHeader()

C#

protected IOpcServiceResponseHeader CreateHeader()


Returns

IOpcServiceResponseHeader

CreateHeaderCore()

C#

protected virtual IOpcServiceResponseHeader CreateHeaderCore()


Returns

IOpcServiceResponseHeader

GetResultExceptions()

C#

public IEnumerable<OpcException> GetResultExceptions()


Returns

IEnumerable<OpcException>

GetResults()

C#

public abstract IEnumerable<OpcResult> GetResults()


Returns

IEnumerable<OpcResult>