IPerformanceCounterManager::ErrorsHubResolutionPerSec Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Returns IPerformanceCounter.
Gets the performance counter representing the number of hub resolution errors per second.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
property IPerformanceCounter^ ErrorsHubResolutionPerSec {
IPerformanceCounter^ get ();
}
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure::IPerformanceCounterReturns IPerformanceCounter.
Show: