IHubClients<T>.AllExcept(IReadOnlyList<String>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したクライアント接続を 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
クライアント呼び出し元。