IPerformanceCounterManager.ErrorsAllPerSec Property

.NET Framework 4.5

Gets the performance counter representing the number of all errors processed per second.

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

Syntax

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

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

Property Value

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

See Also

Reference

IPerformanceCounterManager Interface

Microsoft.AspNet.SignalR.Infrastructure Namespace