IHubContext Interface
.NET Framework 4
Provides access to information about a IHub.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IHubContext
'Usage
Dim instance As IHubContext
public interface IHubContext
public interface class IHubContext
type IHubContext = interface end
public interface IHubContext
The IHubContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
Clients | Encapsulates all information about a SignalR connection for an IHub. | |
Groups | Gets the IGroupManager the hub. |
Top