IPerformanceCounterManager::ConnectionMessagesSentPerSec Property

.NET Framework 4.5

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

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

property IPerformanceCounter^ ConnectionMessagesSentPerSec {
	IPerformanceCounter^ get ();
}
Show: