OpcRequestValidatingEventArgs Members

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

OpcRequestValidatingEventArgs(OpcContext, IOpcServiceRequest, OpcRequestType, OpcResult)

C#

public OpcRequestValidatingEventArgs(OpcContext context, IOpcServiceRequest request, OpcRequestType requestType, OpcResult result)


Parameters

context OpcContext


request IOpcServiceRequest


requestType OpcRequestType


result OpcResult



Exceptions

ArgumentNullException


Cancel

C#

public bool Cancel { get; set; }


Property Value

Boolean

Context

C#

public OpcContext Context { get; }


Property Value

OpcContext

Request

C#

public IOpcServiceRequest Request { get; }


Property Value

IOpcServiceRequest

RequestType

C#

public OpcRequestType RequestType { get; }


Property Value

OpcRequestType

Result

C#

public OpcResult Result { get; set; }


Property Value

OpcResult