PerformanceCounterManager.ConnectionMessagesReceivedPerSec Property

.NET Framework 4.5

Gets the performance counter representing the number of messages received by connections (server to client) per second.

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

Syntax

'Declaration
Public Property ConnectionMessagesReceivedPerSec As IPerformanceCounter 
    Get 
    Private Set
'Usage
Dim instance As PerformanceCounterManager 
Dim value As IPerformanceCounter 

value = instance.ConnectionMessagesReceivedPerSec
public IPerformanceCounter ConnectionMessagesReceivedPerSec { get; private set; }
public:
virtual property IPerformanceCounter^ ConnectionMessagesReceivedPerSec {
    IPerformanceCounter^ get () sealed;
    private: void set (IPerformanceCounter^ value) sealed;
}
abstract ConnectionMessagesReceivedPerSec : IPerformanceCounter with get, private set 
override ConnectionMessagesReceivedPerSec : IPerformanceCounter with get, private set
final function get ConnectionMessagesReceivedPerSec () : IPerformanceCounter 
private final function set ConnectionMessagesReceivedPerSec (value : IPerformanceCounter)

Property Value

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

Implements

IPerformanceCounterManager.ConnectionMessagesReceivedPerSec

See Also

Reference

PerformanceCounterManager Class

Microsoft.AspNet.SignalR.Infrastructure Namespace