IPerformanceCounter Interface

.NET Framework 4.5

No content here will be updated; please do not add material here.

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public interface class IPerformanceCounter

The IPerformanceCounter type exposes the following members.

  NameDescription
Public propertyCounterName
Public propertyRawValueGets or sets the raw, or uncalculated, value of this counter.
Top

  NameDescription
Public methodCloseCloses the performance counter and frees all the resources allocated by this performance counter instance.
Public methodDecrementDecrements the associated performance counters by one through an efficient atomic operation.
Public methodIncrementIncrements the associated performance counters by one through an efficient atomic operation.
Public methodIncrementByIncrements or decrements the value of the associated performance counters by a specified amount through an efficient atomic operation.
Public methodNextSampleObtains a counter sample, and returns the raw, or uncalculated, value for it.
Public methodRemoveInstanceDeletes the category instance specified by the PerformanceCounter object InstanceName property.
Top

No content here will be updated; please do not add material here.

Show: