IServiceHubContextStore 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.
IServiceHubContextStore stores Microsoft.Azure.SignalR.Management.IServiceHubContext for each hub name.
public interface IServiceHubContextStore
type IServiceHubContextStore = interface
Public Interface IServiceHubContextStore
Properties
| Name | Description |
|---|---|
| ServiceManager |
The Microsoft.Azure.SignalR.Management.IServiceManager is used to create Microsoft.Azure.SignalR.Management.IServiceHubContext. |
Methods
| Name | Description |
|---|---|
| GetAsync(String) |
Gets Microsoft.Azure.SignalR.Management.IServiceHubContext. If the Microsoft.Azure.SignalR.Management.IServiceHubContext for a specific hub name exists, returns the Microsoft.Azure.SignalR.Management.IServiceHubContext, otherwise creates one and then returns it. |