Share via


IHubContext インターフェイス

定義

ハブのコンテキスト抽象化。

public interface IHubContext
type IHubContext = interface
Public Interface IHubContext

プロパティ

Clients

ハブに IHubClients 接続されているクライアントでメソッドを呼び出すために使用できる を取得します。

Groups

IGroupManager名前付きグループへの接続を追加および削除するために使用できる を取得します。

適用対象