IHub Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Provides an interface that represents the methods that communicate with SignalR connections that connected to a Hub.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IHub type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | OnConnected | Called when the connection connects to this hub instance. |
![]() | OnDisconnected | Called when a connection disconnects from this hub instance. |
![]() | OnReconnected | Called when the connection reconnects to this hub instance. |
Show:
