Share via


DynamicHubClients.GroupExcept(String, IReadOnlyList<String>) Method

Definition

Gets an object that can be used to invoke methods on all connections in the specified group excluding the specified connections.

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

Parameters

groupName
String

The group name.

excludedConnectionIds
IReadOnlyList<String>

A collection of connection IDs to exclude.

Returns

An object that can be used to invoke methods.

Applies to