Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ArchiveChangedHandler Delegate
The type of archive change.
The list of impacted archives.


In This Topic
    ArchiveChangedHandler Delegate
    In This Topic
    A delegate invoked for archive subscriptions.
    Syntax
    Public Delegate Sub ArchiveChangedHandler( _
       ByVal changetype As ChangeType, _
       ByVal archives As System.Collections.Generic.List(Of Archive) _
    ) 
    public delegate void ArchiveChangedHandler( 
       ChangeType changetype,
       System.Collections.Generic.List<Archive> archives
    )
    public delegate void ArchiveChangedHandler( 
       ChangeType changetype,
       System.Collections.Generic.List<Archive^>^ archives
    )

    Parameters

    changetype
    The type of archive change.
    archives
    The list of impacted archives.
    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