Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IEnumeratedSets Interface
Methods Events

IEnumeratedSets Interface Members

The following tables list the members exposed by IEnumeratedSets.

Public Methods
 NameDescription
 Method Add an enumerated set to a Historian server.  
 Method Delete an enumerated set from Historian.  
 Method Retrieve properties for a specific set from a Historian server. Sets are uniquely identified by name within a server.  
 Method Retrieve a list of enumerated sets in a Historian server matching the given wildcard expression.  
 Method Rename an existing set in a Historian server. Renaming a set does not make the previous set name available for use.  
 Method Apply properties from the given set to a Historian server.  
 MethodSubscribe to enumerated set changes in a Historian server such as: modify or delete. Fires %% with details of the set change.  
 Method Clear any established enumerated set subscriptions.  
Top
Public Events
 NameDescription
 Event Occurs in response to enumerated set subscriptions when a set has been added, deleted or modified.  
Top
See Also