OpcRequestJudgementEventArgs Class

Namespace: Opc.UaFx.Services
Assemblies: Opc.UaFx.Advanced.dll

Provides the event data for 'RequestJudgement' events.

C#

public class OpcRequestJudgementEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcRequestJudgementEventArgs

Name Description
OpcRequestJudgementEventArgs(OpcServiceRequest, OpcRequestImpeachment, OpcResult) Initializes a new instance of the OpcRequestJudgementEventArgs class using the event data specified.
Name Description
Dismiss Gets or sets a value indicating whether the impeachment of the ImpeachedRequest is to be rejected independent from the Impeachment of the request judgement.
ImpeachedRequest Gets the Request which is impeached.
Impeachment Gets a value indicating the kind of impeachment the ImpeachedRequest is confronted with.
ImpeachmentInfo Gets the information used to represent the Impeachment in case there an exception is to be thrown.
Name Description
ToString Returns a string that represents the current OpcRequestJudgementEventArgs.