Share via


PerformanceCounterManager.ErrorsHubInvocationTotal Property

.NET Framework 4

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

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

Syntax

public IPerformanceCounter ErrorsHubInvocationTotal { get; private set; }

Property Value

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

Implements

IPerformanceCounterManager.ErrorsHubInvocationTotal

See Also

Reference

PerformanceCounterManager Class

Microsoft.AspNet.SignalR.Infrastructure Namespace