IHub Interface
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IHub _
Inherits IDisposable
'Usage
Dim instance As IHub
public interface IHub : IDisposable
public interface class IHub : IDisposable
type IHub =
interface
interface IDisposable
end
public interface IHub extends IDisposable
The IHub type exposes the following members.
Properties
Name | Description | |
---|---|---|
Clients | ||
Context | ||
Groups |
Top
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from IDisposable.) | |
OnConnected | ||
OnDisconnected | ||
OnReconnected |
Top