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
Gets the performance counter representing the number of connections currently connected.
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property ConnectionsCurrent As IPerformanceCounter
Get
'Usage
Dim instance As IPerformanceCounterManager
Dim value As IPerformanceCounter
value = instance.ConnectionsCurrent
IPerformanceCounter ConnectionsCurrent { get; }
property IPerformanceCounter^ ConnectionsCurrent {
IPerformanceCounter^ get ();
}
abstract ConnectionsCurrent : IPerformanceCounter
function get ConnectionsCurrent () : IPerformanceCounter
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure.IPerformanceCounter
Returns IPerformanceCounter.