Click or drag to resize

PerformanceCounter Events

The PerformanceCounter type exposes the following members.

Events
  NameDescription
Public eventStatic memberCounterRegistered
Occurs when a new counter is registered.
Public eventStatic memberCounterUnregistered
Occurs when a counter is unregistered.
Public eventDisposed
Occurs when the counter is disposed.
Public eventResetRequest
Public eventSubscribed
Occurs when the first user subscribes to data sampled from values belonging to this counter.
Public eventUnsubscribed
Occurs when the last user unsubscribes from data sampled from values belonging to this counter.
Top
See Also