DynamicHubClients.GroupExcept(String, IReadOnlyList<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件,這個物件可用來叫用指定群組中排除指定連接之所有連接上的方法。
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>
要排除的連接識別碼集合。
傳回
可用來叫用方法的物件。