IPerformanceCounterManager::MessageBusBusyWorkers Property

.NET Framework 4.5

Gets the performance counter representing the number of workers currently busy delivering messages in the message bus.

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

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