Enumerated type for cq state
@nativeclient
For Native Clients:
@endnativeclient
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxPublic Enumeration CqStateType
public enum class CqStateType
Members
| Member name | Value | Description |
---|
| STOPPED | 0 | |
| RUNNING | 1 | |
| CLOSED | 2 | |
| CLOSING | 3 | |
| INVALID | 4 | |
See Also