IHubClients<T>.AllExcept(IReadOnlyList<String>) 方法

定义

获取一个 T ,它可用于调用连接到中心(不包括指定客户端连接)的所有客户端上的方法。

public:
 T AllExcept(System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public T AllExcept (System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
abstract member AllExcept : System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function AllExcept (excludedConnectionIds As IReadOnlyList(Of String)) As T

参数

excludedConnectionIds
IReadOnlyList<String>

要排除的连接 ID 的集合。

返回

T

客户端调用方。

适用于