Udostępnij za pośrednictwem


IServiceHubContextStore Interface

Definition

IServiceHubContextStore stores Microsoft.Azure.SignalR.Management.IServiceHubContext for each hub name.

public interface IServiceHubContextStore
type IServiceHubContextStore = interface
Public Interface IServiceHubContextStore

Properties

ServiceManager

The Microsoft.Azure.SignalR.Management.IServiceManager is used to create Microsoft.Azure.SignalR.Management.IServiceHubContext.

Methods

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.

Applies to