PerformanceCounterManager.ConnectionsDisconnected Property

.NET Framework 4.5

Gets the performance counter representing the total number of connection Disconnect events since the application was started.

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Property ConnectionsDisconnected As IPerformanceCounter 
    Get 
    Private Set
'Usage
Dim instance As PerformanceCounterManager 
Dim value As IPerformanceCounter 

value = instance.ConnectionsDisconnected
public IPerformanceCounter ConnectionsDisconnected { get; private set; }
public:
virtual property IPerformanceCounter^ ConnectionsDisconnected {
    IPerformanceCounter^ get () sealed;
    private: void set (IPerformanceCounter^ value) sealed;
}
abstract ConnectionsDisconnected : IPerformanceCounter with get, private set 
override ConnectionsDisconnected : IPerformanceCounter with get, private set
final function get ConnectionsDisconnected () : IPerformanceCounter 
private final function set ConnectionsDisconnected (value : IPerformanceCounter)

Property Value

Type: Microsoft.AspNet.SignalR.Infrastructure.IPerformanceCounter
Returns IPerformanceCounter.

Implements

IPerformanceCounterManager.ConnectionsDisconnected

See Also

Reference

PerformanceCounterManager Class

Microsoft.AspNet.SignalR.Infrastructure Namespace