IPerformanceCounterManager.MessageBusTopicsCurrent Property

.NET Framework 4

Gets the performance counter representing the current number of topics in the message bus.

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

Syntax

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

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

Property Value

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

See Also

Reference

IPerformanceCounterManager Interface

Microsoft.AspNet.SignalR.Infrastructure Namespace