PerformanceCounterManager.ErrorsHubInvocationPerSec Property

.NET Framework 4

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

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

Syntax

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

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

Property Value

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

Implements

IPerformanceCounterManager.ErrorsHubInvocationPerSec

See Also

Reference

PerformanceCounterManager Class

Microsoft.AspNet.SignalR.Infrastructure Namespace