OpcDataChangeReceivedCallback Delegate

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

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

C#

public delegate void OpcDataChangeReceivedCallback(IEnumerable<OpcDataChangeDataSetItem> dataChanges);


Parameters

dataChanges IEnumerable<OpcDataChangeDataSetItem>

A sequence of OpcDataChangeDataSetItem instances with new values of the monitored items the sequence belongs to.