DynamicHubClients.GroupExcept(String, IReadOnlyList<String>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 对象,该对象可用于调用指定组(不包括指定连接)中的所有连接的方法。
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 的集合。
返回
可用于调用方法的对象。