Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Protected Property Counters As IPerformanceCounterManager
Get
Private Set
'Usage
Dim value As IPerformanceCounterManager
value = Me.Counters
protected IPerformanceCounterManager Counters { get; private set; }
protected:
property IPerformanceCounterManager^ Counters {
IPerformanceCounterManager^ get ();
private: void set (IPerformanceCounterManager^ value);
}
member Counters : IPerformanceCounterManager with get, private set
function get Counters () : IPerformanceCounterManager
private function set Counters (value : IPerformanceCounterManager)
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure.IPerformanceCounterManager
Returns IPerformanceCounterManager.