IHubContext<THub,T> 介面

定義

中樞的內容抽象概念。

generic <typename THub, typename T>
 where THub : Hub<T> where T : classpublic interface class IHubContext
public interface IHubContext<THub,T> where THub : Hub<T> where T : class
type IHubContext<'Hub, 'T (requires 'Hub :> Hub<'T> and 'T : null)> = interface
Public Interface IHubContext(Of THub, T)

類型參數

THub
T

屬性

Clients

取得 , IHubClients<T> 可用來在連線到中樞的用戶端上叫用方法。

Groups

取得可用來 IGroupManager 新增和移除具名群組連線的 。

適用於