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

返回

一个对象,可用于调用指定用户的方法。

适用于