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


In This Topic
    CollectorChangedHandler Delegate
    In This Topic
    A delegate invoked for collector subscriptions.
    Syntax
    Public Delegate Sub CollectorChangedHandler( _
       ByVal changetype As ChangeType, _
       ByVal collectors As System.Collections.Generic.List(Of Collector) _
    ) 
    public delegate void CollectorChangedHandler( 
       ChangeType changetype,
       System.Collections.Generic.List<Collector> collectors
    )
    public delegate void CollectorChangedHandler( 
       ChangeType changetype,
       System.Collections.Generic.List<Collector^>^ collectors
    )

    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