IHubClients<T>.All プロパティ

定義

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

public:
 property T All { T get(); };
public T All { get; }
member this.All : 'T
Public ReadOnly Property All As T

プロパティ値

T

クライアント呼び出し元。

適用対象