Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
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)
Syntax
'Declaration
ReadOnly Property MessageBusBusyWorkers As IPerformanceCounter
Get
'Usage
Dim instance As IPerformanceCounterManager
Dim value As IPerformanceCounter
value = instance.MessageBusBusyWorkers
IPerformanceCounter MessageBusBusyWorkers { get; }
property IPerformanceCounter^ MessageBusBusyWorkers {
IPerformanceCounter^ get ();
}
abstract MessageBusBusyWorkers : IPerformanceCounter
function get MessageBusBusyWorkers () : IPerformanceCounter
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure.IPerformanceCounter
Returns IPerformanceCounter.