CqStateType Enumeration |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")] public enum CqStateType
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")> Public Enumeration CqStateType
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")] public enum class CqStateType
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>] type CqStateType
Member name | Value | Description | |
---|---|---|---|
STOPPED | 0 | ||
RUNNING | 1 | ||
CLOSED | 2 | ||
CLOSING | 3 | ||
INVALID | 4 |