IPerformanceCounterManager.MessageBusSubscribersCurrent Property
.NET Framework 4
Gets the performance counter representing the current number of subscribers to the message bus.
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property MessageBusSubscribersCurrent As IPerformanceCounter
Get
'Usage
Dim instance As IPerformanceCounterManager
Dim value As IPerformanceCounter
value = instance.MessageBusSubscribersCurrent
IPerformanceCounter MessageBusSubscribersCurrent { get; }
property IPerformanceCounter^ MessageBusSubscribersCurrent {
IPerformanceCounter^ get ();
}
abstract MessageBusSubscribersCurrent : IPerformanceCounter
function get MessageBusSubscribersCurrent () : IPerformanceCounter
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure.IPerformanceCounter
Returns IPerformanceCounter.