OpcPathProbingFailedEventHandler Delegate

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

Represents the method that will handle Failed events.

C#

public delegate void OpcPathProbingFailedEventHandler(object sender, OpcPathProbingFailedEventArgs e);


Parameters

sender Object

The source of the event (typically an instance of the OpcPathProbing class).

e OpcPathProbingFailedEventArgs

An instance of the OpcPathProbingFailedEventArgs class containing the event data.