IPerformanceCounter Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
No content here will be updated; please do not add material here.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IPerformanceCounter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Close | Closes the performance counter and frees all the resources allocated by this performance counter instance. |
![]() | Decrement | Decrements the associated performance counters by one through an efficient atomic operation. |
![]() | Increment | Increments the associated performance counters by one through an efficient atomic operation. |
![]() | IncrementBy | Increments or decrements the value of the associated performance counters by a specified amount through an efficient atomic operation. |
![]() | NextSample | Obtains a counter sample, and returns the raw, or uncalculated, value for it. |
![]() | RemoveInstance | Deletes the category instance specified by the PerformanceCounter object InstanceName property. |
Show:
