Partager via


PerformanceCounterManager.ErrorsHubResolutionPerSec Property

.NET Framework 4

Gets the performance counter representing the number of hub resolution errors per second.

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

Syntax

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

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

Property Value

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

Implements

IPerformanceCounterManager.ErrorsHubResolutionPerSec

See Also

Reference

PerformanceCounterManager Class

Microsoft.AspNet.SignalR.Infrastructure Namespace