.NET Framework 4
Handles all communication over the hubs persistent connection.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.PersistentConnection
Microsoft.AspNet.SignalR.Hubs.HubDispatcher
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class HubDispatcher _
Inherits PersistentConnection
'Usage
Dim instance As HubDispatcher
public class HubDispatcher : PersistentConnection
public ref class HubDispatcher : public PersistentConnection
type HubDispatcher =
class
inherit PersistentConnection
end
public class HubDispatcher extends PersistentConnection
The HubDispatcher type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
HubDispatcher | Initializes an instance of the HubDispatcher class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
AckHandler | (Inherited from PersistentConnection.) |
![]() |
Connection | Gets the IConnection for the PersistentConnection . (Inherited from PersistentConnection.) |
![]() |
Counters | (Inherited from PersistentConnection.) |
![]() |
Groups | Gets the IConnectionGroupManager for the PersistentConnection . (Inherited from PersistentConnection.) |
![]() |
JsonSerializer | (Inherited from PersistentConnection.) |
![]() |
MessageBus | (Inherited from PersistentConnection.) |
![]() |
ProtectedData | (Inherited from PersistentConnection.) |
![]() |
Trace | (Overrides PersistentConnection.Trace.) |
![]() |
TraceManager | (Inherited from PersistentConnection.) |
![]() |
Transport | (Inherited from PersistentConnection.) |
Top
Methods
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.
.jpeg)
.jpeg)
.jpeg)
.jpeg)