HubClientsExtensions.Groups Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Groups<T>(IHubClients<T>, String, String, String, String, String, String, String, String) |
Ottiene un oggetto |
Groups<T>(IHubClients<T>, String, String, String, String, String, String, String) |
Ottiene un oggetto |
Groups<T>(IHubClients<T>, String, String, String, String, String) |
Ottiene un oggetto |
Groups<T>(IHubClients<T>, String, String, String, String) |
Ottiene un oggetto |
Groups<T>(IHubClients<T>, String, String, String, String, String, String) |
Ottiene un oggetto |
Groups<T>(IHubClients<T>, String, String) |
Ottiene un oggetto |
Groups<T>(IHubClients<T>, String) |
Ottiene un oggetto |
Groups<T>(IHubClients<T>, IEnumerable<String>) |
Ottiene un oggetto |
Groups<T>(IHubClients<T>, String, String, String) |
Ottiene un oggetto |
Groups<T>(IHubClients<T>, String, String, String, String, String, String, String, String)
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutte le connessioni in tutti i gruppi specificati.
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
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- group1
- String
Primo gruppo da includere.
- group2
- String
Secondo gruppo da includere.
- group3
- String
Terzo gruppo da includere.
- group4
- String
Quarto gruppo da includere.
- group5
- String
Il quinto gruppo da includere.
- group6
- String
Il sesto gruppo da includere.
- group7
- String
Il settimo gruppo da includere.
- group8
- String
Ottavo gruppo da includere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
Groups<T>(IHubClients<T>, String, String, String, String, String, String, String)
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutte le connessioni in tutti i gruppi specificati.
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
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- group1
- String
Primo gruppo da includere.
- group2
- String
Secondo gruppo da includere.
- group3
- String
Terzo gruppo da includere.
- group4
- String
Quarto gruppo da includere.
- group5
- String
Il quinto gruppo da includere.
- group6
- String
Il sesto gruppo da includere.
- group7
- String
Il settimo gruppo da includere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
Groups<T>(IHubClients<T>, String, String, String, String, String)
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutte le connessioni in tutti i gruppi specificati.
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
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- group1
- String
Primo gruppo da includere.
- group2
- String
Secondo gruppo da includere.
- group3
- String
Terzo gruppo da includere.
- group4
- String
Quarto gruppo da includere.
- group5
- String
Il quinto gruppo da includere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
Groups<T>(IHubClients<T>, String, String, String, String)
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutte le connessioni in tutti i gruppi specificati.
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
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- group1
- String
Primo gruppo da includere.
- group2
- String
Secondo gruppo da includere.
- group3
- String
Terzo gruppo da includere.
- group4
- String
Quarto gruppo da includere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
Groups<T>(IHubClients<T>, String, String, String, String, String, String)
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutte le connessioni in tutti i gruppi specificati.
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
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- group1
- String
Primo gruppo da includere.
- group2
- String
Secondo gruppo da includere.
- group3
- String
Terzo gruppo da includere.
- group4
- String
Quarto gruppo da includere.
- group5
- String
Il quinto gruppo da includere.
- group6
- String
Il sesto gruppo da includere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
Groups<T>(IHubClients<T>, String, String)
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutte le connessioni in tutti i gruppi specificati.
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
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- group1
- String
Primo gruppo da includere.
- group2
- String
Secondo gruppo da includere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
Groups<T>(IHubClients<T>, String)
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutte le connessioni in tutti i gruppi specificati.
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
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- group1
- String
Primo gruppo da includere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
Groups<T>(IHubClients<T>, IEnumerable<String>)
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutte le connessioni in tutti i gruppi specificati.
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
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- groupNames
- IEnumerable<String>
Nomi di gruppo.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
Groups<T>(IHubClients<T>, String, String, String)
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutte le connessioni in tutti i gruppi specificati.
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
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- group1
- String
Primo gruppo da includere.
- group2
- String
Secondo gruppo da includere.
- group3
- String
Terzo gruppo da includere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.