TransportDisconnectBase.IncrementErrorCounters Method

.NET Framework 4

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

Syntax

'Declaration
Protected Sub IncrementErrorCounters ( _
    exception As Exception _
)
'Usage
Dim exception As Exception 

Me.IncrementErrorCounters(exception)
protected void IncrementErrorCounters(
    Exception exception
)
protected:
void IncrementErrorCounters(
    Exception^ exception
)
member IncrementErrorCounters : 
        exception:Exception -> unit
protected function IncrementErrorCounters(
    exception : Exception
)

Parameters

See Also

Reference

TransportDisconnectBase Class

Microsoft.AspNet.SignalR.Transports Namespace