IHubContext<THub,T> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
中樞的內容抽象概念。
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 新增和移除具名群組連線的 。 |