OpcCertificateQueryInstanceEventHandler Delegate

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

Represents the method that will handle QueryInstance events.

C#

public delegate void OpcCertificateQueryInstanceEventHandler(object sender, OpcCertificateQueryInstanceEventArgs e);


Parameters

sender Object

The source of the event (typically a null reference (Nothing in Visual Basic)).

e OpcCertificateQueryInstanceEventArgs

An instance of the OpcCertificateQueryInstanceEventArgs class containing the event data.