Partager via


HubClientsExtensions.Groups Méthode

Définition

Surcharges

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

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

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

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

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

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

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

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

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

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

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

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

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

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

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

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

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

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

Groups<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 toutes les connexions dans tous les groupes spécifiés.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4, System::String ^ group5, System::String ^ group6, System::String ^ group7, System::String ^ group8);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4, string group5, string group6, string group7, string group8);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String, group5 As String, group6 As String, group7 As String, group8 As String) As T

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

group1
String

Premier groupe à inclure.

group2
String

Deuxième groupe à inclure.

group3
String

Troisième groupe à inclure.

group4
String

Quatrième groupe à inclure.

group5
String

Cinquième groupe à inclure.

group6
String

Sixième groupe à inclure.

group7
String

Septième groupe à inclure.

group8
String

Huitième groupe à inclure.

Retours

T

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

S’applique à

Groups<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 toutes les connexions dans tous les groupes spécifiés.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4, System::String ^ group5, System::String ^ group6, System::String ^ group7);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4, string group5, string group6, string group7);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String, group5 As String, group6 As String, group7 As String) As T

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

group1
String

Premier groupe à inclure.

group2
String

Deuxième groupe à inclure.

group3
String

Troisième groupe à inclure.

group4
String

Quatrième groupe à inclure.

group5
String

Cinquième groupe à inclure.

group6
String

Sixième groupe à inclure.

group7
String

Septième groupe à inclure.

Retours

T

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

S’applique à

Groups<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 toutes les connexions dans tous les groupes spécifiés.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4, System::String ^ group5);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4, string group5);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String, group5 As String) As T

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

group1
String

Premier groupe à inclure.

group2
String

Deuxième groupe à inclure.

group3
String

Troisième groupe à inclure.

group4
String

Quatrième groupe à inclure.

group5
String

Cinquième groupe à inclure.

Retours

T

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

S’applique à

Groups<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 toutes les connexions dans tous les groupes spécifiés.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String) As T

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

group1
String

Premier groupe à inclure.

group2
String

Deuxième groupe à inclure.

group3
String

Troisième groupe à inclure.

group4
String

Quatrième groupe à inclure.

Retours

T

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

S’applique à

Groups<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 toutes les connexions dans tous les groupes spécifiés.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3, System::String ^ group4, System::String ^ group5, System::String ^ group6);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3, string group4, string group5, string group6);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String, group4 As String, group5 As String, group6 As String) As T

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

group1
String

Premier groupe à inclure.

group2
String

Deuxième groupe à inclure.

group3
String

Troisième groupe à inclure.

group4
String

Quatrième groupe à inclure.

group5
String

Cinquième groupe à inclure.

group6
String

Sixième groupe à inclure.

Retours

T

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

S’applique à

Groups<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 toutes les connexions dans tous les groupes spécifiés.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String) As T

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

group1
String

Premier groupe à inclure.

group2
String

Deuxième groupe à inclure.

Retours

T

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

S’applique à

Groups<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 toutes les connexions dans tous les groupes spécifiés.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String) As T

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

group1
String

Premier groupe à inclure.

Retours

T

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

S’applique à

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

Source:
HubClientsExtensions.cs

Obtient un T qui peut être utilisé pour appeler des méthodes sur toutes les connexions dans tous les groupes spécifiés.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::Collections::Generic::IEnumerable<System::String ^> ^ groupNames);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, System.Collections.Generic.IEnumerable<string> groupNames);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * seq<string> -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), groupNames As IEnumerable(Of String)) As T

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

groupNames
IEnumerable<String>

Noms de groupes.

Retours

T

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

S’applique à

Groups<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 toutes les connexions dans tous les groupes spécifiés.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T Groups(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ group1, System::String ^ group2, System::String ^ group3);
public static T Groups<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string group1, string group2, string group3);
static member Groups : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string -> 'T
<Extension()>
Public Function Groups(Of T) (hubClients As IHubClients(Of T), group1 As String, group2 As String, group3 As String) As T

Paramètres de type

T

Paramètres

hubClients
IHubClients<T>

Abstraction qui fournit l’accès aux connexions.

group1
String

Premier groupe à inclure.

group2
String

Deuxième groupe à inclure.

group3
String

Troisième groupe à inclure.

Retours

T

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

S’applique à