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


ArchiveChangedHandler Delegate
A delegate invoked for archive subscriptions.
Syntax
Public Delegate Sub ArchiveChangedHandler( _
   ByVal changetype As ChangeType, _
   ByVal archives As System.Collections.Generic.List(Of Archive) _
) 

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