Share via


IPerformanceCounterManager.MessageBusSubscribersTotal Property

.NET Framework 4

Gets the performance counter representing the total number of subscribers to the message bus since the application was started.

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

Syntax

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

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

Property Value

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

See Also

Reference

IPerformanceCounterManager Interface

Microsoft.AspNet.SignalR.Infrastructure Namespace