PerformanceCounterManager.ConnectionsCurrent Property
.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
Public Property ConnectionsCurrent As IPerformanceCounter
Get
Private Set
'Usage
Dim instance As PerformanceCounterManager
Dim value As IPerformanceCounter
value = instance.ConnectionsCurrent
public IPerformanceCounter ConnectionsCurrent { get; private set; }
public:
virtual property IPerformanceCounter^ ConnectionsCurrent {
IPerformanceCounter^ get () sealed;
private: void set (IPerformanceCounter^ value) sealed;
}
abstract ConnectionsCurrent : IPerformanceCounter with get, private set
override ConnectionsCurrent : IPerformanceCounter with get, private set
final function get ConnectionsCurrent () : IPerformanceCounter
private final function set ConnectionsCurrent (value : IPerformanceCounter)
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure.IPerformanceCounter
Returns IPerformanceCounter.
Implements
IPerformanceCounterManager.ConnectionsCurrent