IHubContext Interface

Definition

A context abstraction for a hub.

public interface IHubContext
type IHubContext = interface
Public Interface IHubContext

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.

Applies to