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.


In This Topic
    OnEnumeratedSetChanged Method
    In This Topic
    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) _
    ) 
    public void OnEnumeratedSetChanged( 
       ChangeType changetype,
       System.Collections.Generic.List<EnumeratedSet> enumeratedSets
    )
    public:
    void OnEnumeratedSetChanged( 
       ChangeType changetype,
       System.Collections.Generic.List<EnumeratedSet^>^ enumeratedSets
    ) 

    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