Partager via


PerformanceCounterManager.ErrorsAllTotal Property

.NET Framework 4

Gets the performance counter representing the total number of all errors processed since the application was started.

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

Syntax

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

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

Property Value

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

Implements

IPerformanceCounterManager.ErrorsAllTotal

See Also

Reference

PerformanceCounterManager Class

Microsoft.AspNet.SignalR.Infrastructure Namespace