Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ServerConnection Class / OnEnumeratedSetChanged Method
The type of set change.
The list of impacted enumerated sets.


OnEnumeratedSetChanged Method
Invoked by the remote server to transmit enumerated set subscription details.
Syntax
Public Sub OnEnumeratedSetChanged( _
   ByVal changetype As ChangeType, _
   ByVal enumeratedSets As System.Collections.Generic.List(Of EnumeratedSet) _
) 

Parameters

changetype
The type of set change.
enumeratedSets
The list of impacted enumerated sets.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also