IPerformanceCounterManager.ConnectionMessagesSentPerSec Property
.NET Framework 4
Gets the performance counter representing the number of messages sent by connections (client to server) per second.
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property ConnectionMessagesSentPerSec As IPerformanceCounter
Get
'Usage
Dim instance As IPerformanceCounterManager
Dim value As IPerformanceCounter
value = instance.ConnectionMessagesSentPerSec
IPerformanceCounter ConnectionMessagesSentPerSec { get; }
property IPerformanceCounter^ ConnectionMessagesSentPerSec {
IPerformanceCounter^ get ();
}
abstract ConnectionMessagesSentPerSec : IPerformanceCounter
function get ConnectionMessagesSentPerSec () : IPerformanceCounter
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure.IPerformanceCounter
Returns IPerformanceCounter.