CounterQueue Class |
Namespace: Demo3D.Utilities.Performance
public class Queue : PerformanceCounter
The CounterQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| Description |
A description of the counter.
(Inherited from PerformanceCounter.) | |
| Name |
The name of the counter.
(Inherited from PerformanceCounter.) | |
| Running |
Set to false to indicate that the data source has stopped logging values.
(Inherited from PerformanceCounter.) |
| Name | Description | |
|---|---|---|
| Dequeue |
Decrements the number of items queued.
| |
| Dequeue(Int32) |
Decrements the number of items queued.
| |
| Dispose |
Releases and unregisters this counter.
(Inherited from PerformanceCounter.) | |
| Enqueue |
Increments the number of items queued.
| |
| Enqueue(Int32) |
Increments the number of items queued.
| |
| GetSamples |
Returns objects for accumulating data and generating samples, one for each constituent performance value.
(Inherited from PerformanceCounter.) | |
| Log |
Log a value to the chart.
(Inherited from PerformanceCounter.) | |
| Reset |
Request a reset for this value.
(Inherited from PerformanceCounter.) |
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when the counter is disposed.
(Inherited from PerformanceCounter.) | |
| ResetRequest |
Occurs when Reset is called.
(Inherited from PerformanceCounter.) | |
| Subscribed |
Occurs when the first user subscribes to data sampled from values belonging to this counter.
(Inherited from PerformanceCounter.) | |
| Unsubscribed |
Occurs when the last user unsubscribes from data sampled from values belonging to this counter.
(Inherited from PerformanceCounter.) |