IHubClients<T>.AllExcept(IReadOnlyList<String>) Méthode

Définition

Obtient un T qui peut être utilisé pour appeler des méthodes sur tous les clients connectés au hub, à l’exclusion des connexions client spécifiées.

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

Paramètres

excludedConnectionIds
IReadOnlyList<String>

Collection d’ID de connexion à exclure.

Retours

T

Un appelant client.

S’applique à