次の方法で共有


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

定義

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

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 のコレクション。

戻り値

指定したユーザーのメソッドを呼び出すために使用できるオブジェクト。

適用対象