IPerformanceCounterManager.ErrorsHubResolutionTotal Property
.NET Framework 4
Gets the performance counter representing the total number of hub resolution 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
ReadOnly Property ErrorsHubResolutionTotal As IPerformanceCounter
Get
'Usage
Dim instance As IPerformanceCounterManager
Dim value As IPerformanceCounter
value = instance.ErrorsHubResolutionTotal
IPerformanceCounter ErrorsHubResolutionTotal { get; }
property IPerformanceCounter^ ErrorsHubResolutionTotal {
IPerformanceCounter^ get ();
}
abstract ErrorsHubResolutionTotal : IPerformanceCounter
function get ErrorsHubResolutionTotal () : IPerformanceCounter
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure.IPerformanceCounter
Returns IPerformanceCounter.