IPerformanceCounterManager.MessageBusSubscribersPerSec Property

.NET Framework 4

Gets the performance counter representing the number of new subscribers to the message bus per second.

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

Syntax

'Declaration
ReadOnly Property MessageBusSubscribersPerSec As IPerformanceCounter 
    Get
'Usage
Dim instance As IPerformanceCounterManager 
Dim value As IPerformanceCounter 

value = instance.MessageBusSubscribersPerSec
IPerformanceCounter MessageBusSubscribersPerSec { get; }
property IPerformanceCounter^ MessageBusSubscribersPerSec {
    IPerformanceCounter^ get ();
}
abstract MessageBusSubscribersPerSec : IPerformanceCounter
function get MessageBusSubscribersPerSec () : IPerformanceCounter

Property Value

Type: Microsoft.AspNet.SignalR.Infrastructure.IPerformanceCounter
Returns IPerformanceCounter.

See Also

Reference

IPerformanceCounterManager Interface

Microsoft.AspNet.SignalR.Infrastructure Namespace