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 的集合。

返回

可用于调用方法的对象。

适用于