IHubClients<T>.AllExcept(IReadOnlyList<String>) Method

Definition

Gets a T that can be used to invoke methods on all clients connected to the hub excluding the specified client connections.

public:
 T AllExcept(System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public T AllExcept (System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
abstract member AllExcept : System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function AllExcept (excludedConnectionIds As IReadOnlyList(Of String)) As T

Parameters

excludedConnectionIds
IReadOnlyList<String>

A collection of connection IDs to exclude.

Returns

T

A client caller.

Applies to