IPerformanceCounter Interface
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IPerformanceCounter
'Usage
Dim instance As IPerformanceCounter
public interface IPerformanceCounter
public interface class IPerformanceCounter
type IPerformanceCounter = interface end
public interface IPerformanceCounter
The IPerformanceCounter type exposes the following members.
Properties
Name | Description | |
---|---|---|
RawValue |
Top
Methods
Name | Description | |
---|---|---|
Close | ||
Decrement | ||
Increment | ||
IncrementBy | ||
NextSample | ||
RemoveInstance |
Top