CqServiceStatistics Methods |
The CqServiceStatistics type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | numCqsActive |
Get the number of CQs currently active.
Active CQs are those which are executing (in running state).
|
![]() | numCqsClosed |
Get the total number of closed CQs. This is a cumulative number.
|
![]() | numCqsCreated |
Get the total number of CQs created. This is a cumulative number.
|
![]() | numCqsOnClient |
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.
|
![]() | numCqsStopped |
Get the number of stopped CQs currently.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |