PerformanceCounterManager::ConnectionMessagesReceivedPerSec Property

.NET Framework 4.5

Gets the performance counter representing the number of messages received by connections (server to client) per second.

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

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

Implements

IPerformanceCounterManager::ConnectionMessagesReceivedPerSec
Show: