IHubClients<T>.GroupExcept(String, IReadOnlyList<String>) 方法

定义

获取一个 T ,它可用于在指定组(不包括指定连接)的所有连接上调用方法。

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

参数

groupName
String

组名称。

excludedConnectionIds
IReadOnlyList<String>

要排除的连接 ID 的集合。

返回

T

客户端调用方。

适用于