IHubClients<T>.AllExcept(IReadOnlyList<String>) メソッド

定義

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

public:
 T AllExcept(System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public T AllExcept (System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
abstract member AllExcept : System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function AllExcept (excludedConnectionIds As IReadOnlyList(Of String)) As T

パラメーター

excludedConnectionIds
IReadOnlyList<String>

除外する接続 ID のコレクション。

戻り値

T

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

適用対象