IPerformanceCounter Interface

.NET Framework 4.5

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
Public property RawValue

Top

Methods

  Name Description
Public method Close
Public method Decrement
Public method Increment
Public method IncrementBy
Public method NextSample
Public method RemoveInstance

Top

See Also

Reference

Microsoft.AspNet.SignalR.Infrastructure Namespace