VMware GemFire Native .NET Reference  9.2.4
Apache::Geode::Client::CqState Class Reference

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...
 

Detailed Description

Static class containing convenience methods for CqState.

Member Function Documentation

◆ IsClosed()

bool Apache::Geode::Client::CqState::IsClosed ( )

Returns true if the CQ is in Closed state.

◆ IsClosing()

bool Apache::Geode::Client::CqState::IsClosing ( )

Returns true if the CQ is in Closing state.

◆ IsRunning()

bool Apache::Geode::Client::CqState::IsRunning ( )

Returns true if the CQ is in Running state.

◆ IsStopped()

bool Apache::Geode::Client::CqState::IsStopped ( )

Returns true if the CQ is in Stopped state.

◆ ToString()

virtual String ^ Apache::Geode::Client::CqState::ToString ( )
overridevirtual

Returns the state in string form.


VMware GemFire .NET Cache API Documentation