VMware GemFire Native .NET Reference
9.2.4
|
Static class containing convenience methods for CqState
.
More...
Inherits UMWrap< apache::geode::client::CqState >.
Public Member Functions | |
bool | IsClosed () |
Returns true if the CQ is in Closed state. More... | |
bool | IsClosing () |
Returns true if the CQ is in Closing state. More... | |
bool | IsRunning () |
Returns true if the CQ is in Running state. More... | |
bool | IsStopped () |
Returns true if the CQ is in Stopped state. More... | |
virtual String ^ | ToString () override |
Returns the state in string form. More... | |
Static class containing convenience methods for CqState
.
bool Apache::Geode::Client::CqState::IsClosed | ( | ) |
Returns true if the CQ is in Closed state.
bool Apache::Geode::Client::CqState::IsClosing | ( | ) |
Returns true if the CQ is in Closing state.
bool Apache::Geode::Client::CqState::IsRunning | ( | ) |
Returns true if the CQ is in Running state.
bool Apache::Geode::Client::CqState::IsStopped | ( | ) |
Returns true if the CQ is in Stopped state.
|
overridevirtual |
Returns the state in string form.