CqState. Public Member Functions | |
| bool | IsClosed () |
| bool | IsClosing () |
| bool | IsRunning () |
| bool | IsStopped () |
| virtual String^ | ToString () override |
| bool GemStone::GemFire::Cache::CqState::IsClosed | ( | ) |
Returns true if the CQ is in Closed state.
| bool GemStone::GemFire::Cache::CqState::IsClosing | ( | ) |
Returns true if the CQ is in Closing state.
| bool GemStone::GemFire::Cache::CqState::IsRunning | ( | ) |
Returns true if the CQ is in Running state.
| bool GemStone::GemFire::Cache::CqState::IsStopped | ( | ) |
Returns true if the CQ is in Stopped state.
| virtual String ^ GemStone::GemFire::Cache::CqState::ToString | ( | ) | [override, virtual] |
Returns the state in string form.