OpcRequestProcessedEventArgs Members

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcRequestProcessedEventArgs type exposes the following members.

OpcRequestProcessedEventArgs(OpcContext, IOpcServiceRequest, IOpcServiceResponse, Exception)

C#

public OpcRequestProcessedEventArgs(OpcContext context, IOpcServiceRequest request, IOpcServiceResponse response, Exception exception)


Parameters

context OpcContext


request IOpcServiceRequest


response IOpcServiceResponse


exception Exception



Exceptions

ArgumentNullException


Context

C#

public OpcContext Context { get; }


Property Value

OpcContext

Exception

C#

public Exception Exception { get; }


Property Value

Exception

Request

C#

public IOpcServiceRequest Request { get; }


Property Value

IOpcServiceRequest

Response

C#

public IOpcServiceResponse Response { get; }


Property Value

IOpcServiceResponse