Click or drag to resize

Queue Events

The CounterQueue type exposes the following members.

Events
 NameDescription
Public eventDisposed Occurs when the counter is disposed.
(Inherited from PerformanceCounter)
Public eventResetRequest Occurs when Reset is called.
(Inherited from PerformanceCounter)
Public eventSubscribed Occurs when the first user subscribes to data sampled from values belonging to this counter.
(Inherited from PerformanceCounter)
Public eventUnsubscribed Occurs when the last user unsubscribes from data sampled from values belonging to this counter.
(Inherited from PerformanceCounter)
Top
See Also