TransportDisconnectBase Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Transports.TransportDisconnectBase
Microsoft.AspNet.SignalR.Transports.ForeverTransport
Microsoft.AspNet.SignalR.Transports.LongPollingTransport
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public MustInherit Class TransportDisconnectBase _
Implements ITrackingConnection
'Usage
Dim instance As TransportDisconnectBase
public abstract class TransportDisconnectBase : ITrackingConnection
public ref class TransportDisconnectBase abstract : ITrackingConnection
[<AbstractClassAttribute>]
type TransportDisconnectBase =
class
interface ITrackingConnection
end
public abstract class TransportDisconnectBase implements ITrackingConnection
The TransportDisconnectBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TransportDisconnectBase |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
![]() |
CompleteRequest | |
![]() |
Disconnect | |
![]() |
End | |
![]() |
EnqueueOperation | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IncrementErrorCounters | |
![]() |
InitializePersistentState | |
![]() |
KeepAlive | |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDisconnect | |
![]() |
ReleaseRequest | |
![]() |
Timeout | |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ITrackingConnection.ReleaseRequest |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.