PerformanceCounter Events |
The PerformanceCounter type exposes the following members.
| Name | Description | |
|---|---|---|
| CounterRegistered |
Occurs when a new counter is registered.
| |
| CounterUnregistered |
Occurs when a counter is unregistered.
| |
| Disposed |
Occurs when the counter is disposed.
| |
| ResetRequest |
Occurs when Reset is called.
| |
| Subscribed |
Occurs when the first user subscribes to data sampled from values belonging to this counter.
| |
| Unsubscribed |
Occurs when the last user unsubscribes from data sampled from values belonging to this counter.
|