IHubContext<THub> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A context abstraction for a hub.
generic <typename THub>
where THub : Hubpublic interface class IHubContext
public interface IHubContext<THub> where THub : Hub
public interface IHubContext<out THub> where THub : Hub
type IHubContext<'Hub (requires 'Hub :> Hub)> = interface
Public Interface IHubContext(Of THub)
Public Interface IHubContext(Of Out THub)
Type Parameters
- THub
Properties
Clients |
Gets a IHubClients that can be used to invoke methods on clients connected to the hub. |
Groups |
Gets a IGroupManager that can be used to add and remove connections to named groups. |