Lire en anglais

Partager via


HubClientsExtensions.AllExcept Méthode

Définition

Surcharges

AllExcept<T>(IHubClients<T>, IEnumerable<String>)

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

AllExcept<T>(IHubClients<T>, String)

Obtient un T qui peut être utilisé pour appeler des méthodes sur tous les clients connectés au hub, à l’exception de la connexion spécifiée.

AllExcept<T>(IHubClients<T>, String, String)

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

AllExcept<T>(IHubClients<T>, String, String, String)

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

AllExcept<T>(IHubClients<T>, String, String, String, String)

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

AllExcept<T>(IHubClients<T>, String, String, String, String, String)

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

AllExcept<T>(IHubClients<T>, String, String, String, String, String, String)

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

AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String)

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

AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String)

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

AllExcept<T>(IHubClients<T>, IEnumerable<String>)

Source:
HubClientsExtensions.cs

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

public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, System.Collections.Generic.IEnumerable<string> excludedConnectionIds);

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

excludedConnectionIds
IEnumerable<String>

ID de connexion à exclure.

Retours

T

T représentant les méthodes qui peuvent être appelées sur les clients.

S’applique à

AllExcept<T>(IHubClients<T>, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

Obtient un T qui peut être utilisé pour appeler des méthodes sur tous les clients connectés au hub, à l’exception de la connexion spécifiée.

public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1);

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

excludedConnectionId1
String

Première connexion à exclure.

Retours

T

T représentant les méthodes qui peuvent être appelées sur les clients.

S’applique à

AllExcept<T>(IHubClients<T>, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2);

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

excludedConnectionId1
String

Première connexion à exclure.

excludedConnectionId2
String

Deuxième connexion à exclure.

Retours

T

T représentant les méthodes qui peuvent être appelées sur les clients.

S’applique à

AllExcept<T>(IHubClients<T>, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3);

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

excludedConnectionId1
String

Première connexion à exclure.

excludedConnectionId2
String

Deuxième connexion à exclure.

excludedConnectionId3
String

Troisième connexion à exclure.

Retours

T

T représentant les méthodes qui peuvent être appelées sur les clients.

S’applique à

AllExcept<T>(IHubClients<T>, String, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4);

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

excludedConnectionId1
String

Première connexion à exclure.

excludedConnectionId2
String

Deuxième connexion à exclure.

excludedConnectionId3
String

Troisième connexion à exclure.

excludedConnectionId4
String

Quatrième connexion à exclure.

Retours

T

T représentant les méthodes qui peuvent être appelées sur les clients.

S’applique à

AllExcept<T>(IHubClients<T>, String, String, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5);

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

excludedConnectionId1
String

Première connexion à exclure.

excludedConnectionId2
String

Deuxième connexion à exclure.

excludedConnectionId3
String

Troisième connexion à exclure.

excludedConnectionId4
String

Quatrième connexion à exclure.

excludedConnectionId5
String

Cinquième connexion à exclure.

Retours

T

T représentant les méthodes qui peuvent être appelées sur les clients.

S’applique à

AllExcept<T>(IHubClients<T>, String, String, String, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6);

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

excludedConnectionId1
String

Première connexion à exclure.

excludedConnectionId2
String

Deuxième connexion à exclure.

excludedConnectionId3
String

Troisième connexion à exclure.

excludedConnectionId4
String

Quatrième connexion à exclure.

excludedConnectionId5
String

Cinquième connexion à exclure.

excludedConnectionId6
String

Sixième connexion à exclure.

Retours

T

T représentant les méthodes qui peuvent être appelées sur les clients.

S’applique à

AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6, string excludedConnectionId7);

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

excludedConnectionId1
String

Première connexion à exclure.

excludedConnectionId2
String

Deuxième connexion à exclure.

excludedConnectionId3
String

Troisième connexion à exclure.

excludedConnectionId4
String

Quatrième connexion à exclure.

excludedConnectionId5
String

Cinquième connexion à exclure.

excludedConnectionId6
String

Sixième connexion à exclure.

excludedConnectionId7
String

Septième connexion à exclure.

Retours

T

T représentant les méthodes qui peuvent être appelées sur les clients.

S’applique à

AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String)

Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs
Source:
HubClientsExtensions.cs

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

public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6, string excludedConnectionId7, string excludedConnectionId8);

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

excludedConnectionId1
String

Première connexion à exclure.

excludedConnectionId2
String

Deuxième connexion à exclure.

excludedConnectionId3
String

Troisième connexion à exclure.

excludedConnectionId4
String

Quatrième connexion à exclure.

excludedConnectionId5
String

Cinquième connexion à exclure.

excludedConnectionId6
String

Sixième connexion à exclure.

excludedConnectionId7
String

Septième connexion à exclure.

excludedConnectionId8
String

Huitième connexion à exclure.

Retours

T

T représentant les méthodes qui peuvent être appelées sur les clients.

S’applique à