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

Définition

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions du groupe spécifié, à l’exception des connexions spécifiées.

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

Paramètres

groupName
String

Nom de groupe.

excludedConnectionIds
IReadOnlyList<String>

Collection d’ID de connexion à exclure.

Retours

T

Un appelant client.

S’applique à