Share via


DynamicHubClients.AllExcept(IReadOnlyList<String>) Method

Definition

Gets an object that can be used to invoke methods on all clients connected to the hub excluding the specified connections.

public:
 System::Object ^ AllExcept(System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public dynamic AllExcept (System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
member this.AllExcept : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function AllExcept (excludedConnectionIds As IReadOnlyList(Of String)) As Object

Parameters

excludedConnectionIds
IReadOnlyList<String>

A collection of connection IDs to exclude.

Returns

An object that can be used to invoke methods on the specified user.

Applies to