次の方法で共有


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

定義

指定した接続を除く、指定したグループ内のすべての接続でメソッドを呼び出すために使用できるオブジェクトを取得します。

public:
 System::Object ^ GroupExcept(System::String ^ groupName, System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public dynamic GroupExcept (string groupName, System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
member this.GroupExcept : string * System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function GroupExcept (groupName As String, excludedConnectionIds As IReadOnlyList(Of String)) As Object

パラメーター

groupName
String

グループ名。

excludedConnectionIds
IReadOnlyList<String>

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

戻り値

メソッドの呼び出しに使用できるオブジェクト。

適用対象