PerformanceCounterManager::ConnectionsReconnected Property

.NET Framework 4.5

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

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

public:
virtual property IPerformanceCounter^ ConnectionsReconnected {
	IPerformanceCounter^ get () sealed;
	private: void set (IPerformanceCounter^ value) sealed;
}

Implements

IPerformanceCounterManager::ConnectionsReconnected
Show: