IPerformanceCounterManager::ConnectionMessagesReceivedTotal Property

.NET Framework 4.5

Gets the performance counter representing the toal number of messages received by connections (server to client) since the application was started.

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

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