Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / CollectorChangedHandler Delegate
The type of collector change.
The list of impacted collectors.


CollectorChangedHandler Delegate
A delegate invoked for collector subscriptions.
Syntax
Public Delegate Sub CollectorChangedHandler( _
   ByVal changetype As ChangeType, _
   ByVal collectors As System.Collections.Generic.List(Of Collector) _
) 

Parameters

changetype
The type of collector change.
collectors
The list of impacted collectors.
Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also