共用方式為


DynamicHubClients.GroupExcept(String, IReadOnlyList<String>) 方法

定義

取得 物件,這個物件可用來叫用指定群組中排除指定連接之所有連接上的方法。

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>

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

傳回

可用來叫用方法的物件。

適用於