Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataStore.DataStoreState Enumeration


In This Topic
    DataStore.DataStoreState Enumeration
    In This Topic
    Represents all possible states of a data store.
    Syntax
    Public Enum DataStore.DataStoreState 
       Inherits System.Enum
    public enum DataStore.DataStoreState : System.Enum 
    public enum class DataStore.DataStoreState : public System.Enum 
    Members
    MemberDescription
    DataStoreInError Data store in error
    DataStoreRunning Data store is running
    DataStoreStarting Data store is starting
    DataStoreStopped Stopped state of data store.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Proficy.Historian.ClientAccess.API.DataStore.DataStoreState

    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