OpcEventReceivedCallback Delegate

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

Represents the method that will process monitored item events published from the server.

C#

public delegate void OpcEventReceivedCallback(IEnumerable<OpcEventDataSetItem> events);


Parameters

events IEnumerable<OpcEventDataSetItem>

A sequence of OpcEventDataSetItem instances with the event fields of the monitored items the sequence belongs to.