CqServiceStatisticsnumCqsOnClient Method |
Get number of CQs that are currently active or stopped.
The CQs included in this number are either running or stopped (suspended).
Closed CQs are not included.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic uint numCqsOnClient()
Public Function numCqsOnClient As UInteger
public:
unsigned int numCqsOnClient()
member numCqsOnClient : unit -> uint32
Return Value
Type:
UInt32
See Also