OpcTypeEncodingFailedEventHandler Delegate

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

Represents the method that will handle events which occur when the encoding of a specific type has failed.

C#

public delegate void OpcTypeEncodingFailedEventHandler(object sender, OpcTypeEncodingFailedEventArgs e);


Parameters

sender Object

The source of the event.

e OpcTypeEncodingFailedEventArgs

An instance of the OpcTypeEncodingFailedEventArgs class containing the information used to encode a specific Type.