IHubContext 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.
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. |