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>

要排除的連接識別碼集合。

傳回

T

用戶端呼叫端。

適用於