DynamicHubClients.AllExcept(IReadOnlyList<String>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した接続を除き、ハブに接続されているすべてのクライアントでメソッドを呼び出すために使用できるオブジェクトを取得します。
public:
System::Object ^ AllExcept(System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public dynamic AllExcept (System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
member this.AllExcept : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function AllExcept (excludedConnectionIds As IReadOnlyList(Of String)) As Object
パラメーター
- excludedConnectionIds
- IReadOnlyList<String>
除外する接続 ID のコレクション。
戻り値
指定したユーザーのメソッドを呼び出すために使用できるオブジェクト。