HubClientsExtensions.AllExcept 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
AllExcept<T>(IHubClients<T>, IEnumerable<String>) |
Ottiene un oggetto |
AllExcept<T>(IHubClients<T>, String) |
Ottiene un oggetto |
AllExcept<T>(IHubClients<T>, String, String) |
Ottiene un oggetto |
AllExcept<T>(IHubClients<T>, String, String, String) |
Ottiene un oggetto |
AllExcept<T>(IHubClients<T>, String, String, String, String) |
Ottiene un oggetto |
AllExcept<T>(IHubClients<T>, String, String, String, String, String) |
Ottiene un oggetto |
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String) |
Ottiene un oggetto |
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String) |
Ottiene un oggetto |
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String) |
Ottiene un oggetto |
AllExcept<T>(IHubClients<T>, IEnumerable<String>)
- Origine:
- HubClientsExtensions.cs
Ottiene un oggetto T
che può essere usato per richiamare i metodi in tutti i client connessi all'hub escluso le connessioni specificate.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T AllExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::Collections::Generic::IEnumerable<System::String ^> ^ excludedConnectionIds);
public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, System.Collections.Generic.IEnumerable<string> excludedConnectionIds);
static member AllExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * seq<string> -> 'T
<Extension()>
Public Function AllExcept(Of T) (hubClients As IHubClients(Of T), excludedConnectionIds As IEnumerable(Of String)) As T
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- excludedConnectionIds
- IEnumerable<String>
ID connessione da escludere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
AllExcept<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 tutti i client connessi all'hub escluso la connessione specificata.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T AllExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ excludedConnectionId1);
public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1);
static member AllExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string -> 'T
<Extension()>
Public Function AllExcept(Of T) (hubClients As IHubClients(Of T), excludedConnectionId1 As String) As T
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- excludedConnectionId1
- String
Prima connessione da escludere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
AllExcept<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 tutti i client connessi all'hub escluso le connessioni specificate.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T AllExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2);
public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2);
static member AllExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string -> 'T
<Extension()>
Public Function AllExcept(Of T) (hubClients As IHubClients(Of T), excludedConnectionId1 As String, excludedConnectionId2 As String) As T
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- excludedConnectionId1
- String
Prima connessione da escludere.
- excludedConnectionId2
- String
Seconda connessione da escludere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
AllExcept<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 tutti i client connessi all'hub escluso le connessioni specificate.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T AllExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3);
public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3);
static member AllExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string -> 'T
<Extension()>
Public Function AllExcept(Of T) (hubClients As IHubClients(Of T), excludedConnectionId1 As String, excludedConnectionId2 As String, excludedConnectionId3 As String) As T
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- excludedConnectionId1
- String
Prima connessione da escludere.
- excludedConnectionId2
- String
Seconda connessione da escludere.
- excludedConnectionId3
- String
Terza connessione da escludere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
AllExcept<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 tutti i client connessi all'hub escluso le connessioni specificate.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T AllExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4);
public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4);
static member AllExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string -> 'T
<Extension()>
Public Function AllExcept(Of T) (hubClients As IHubClients(Of T), excludedConnectionId1 As String, excludedConnectionId2 As String, excludedConnectionId3 As String, excludedConnectionId4 As String) As T
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- excludedConnectionId1
- String
Prima connessione da escludere.
- excludedConnectionId2
- String
Seconda connessione da escludere.
- excludedConnectionId3
- String
Terza connessione da escludere.
- excludedConnectionId4
- String
Quarta connessione da escludere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
AllExcept<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 tutti i client connessi all'hub escluso le connessioni specificate.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T AllExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5);
public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5);
static member AllExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string -> 'T
<Extension()>
Public Function AllExcept(Of T) (hubClients As IHubClients(Of T), excludedConnectionId1 As String, excludedConnectionId2 As String, excludedConnectionId3 As String, excludedConnectionId4 As String, excludedConnectionId5 As String) As T
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- excludedConnectionId1
- String
Prima connessione da escludere.
- excludedConnectionId2
- String
Seconda connessione da escludere.
- excludedConnectionId3
- String
Terza connessione da escludere.
- excludedConnectionId4
- String
Quarta connessione da escludere.
- excludedConnectionId5
- String
Quinta connessione da escludere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
AllExcept<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 tutti i client connessi all'hub escluso le connessioni specificate.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T AllExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5, System::String ^ excludedConnectionId6);
public static T AllExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6);
static member AllExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string -> 'T
<Extension()>
Public Function AllExcept(Of T) (hubClients As IHubClients(Of T), excludedConnectionId1 As String, excludedConnectionId2 As String, excludedConnectionId3 As String, excludedConnectionId4 As String, excludedConnectionId5 As String, excludedConnectionId6 As String) As T
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- excludedConnectionId1
- String
Prima connessione da escludere.
- excludedConnectionId2
- String
Seconda connessione da escludere.
- excludedConnectionId3
- String
Terza connessione da escludere.
- excludedConnectionId4
- String
Quarta connessione da escludere.
- excludedConnectionId5
- String
Quinta connessione da escludere.
- excludedConnectionId6
- String
La sesta connessione da escludere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
AllExcept<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 tutti i client connessi all'hub escluso le connessioni specificate.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T AllExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5, System::String ^ excludedConnectionId6, System::String ^ excludedConnectionId7);
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);
static member AllExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function AllExcept(Of T) (hubClients As IHubClients(Of T), excludedConnectionId1 As String, excludedConnectionId2 As String, excludedConnectionId3 As String, excludedConnectionId4 As String, excludedConnectionId5 As String, excludedConnectionId6 As String, excludedConnectionId7 As String) As T
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- excludedConnectionId1
- String
Prima connessione da escludere.
- excludedConnectionId2
- String
Seconda connessione da escludere.
- excludedConnectionId3
- String
Terza connessione da escludere.
- excludedConnectionId4
- String
Quarta connessione da escludere.
- excludedConnectionId5
- String
Quinta connessione da escludere.
- excludedConnectionId6
- String
La sesta connessione da escludere.
- excludedConnectionId7
- String
La settima connessione da escludere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.
Si applica a
AllExcept<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 tutti i client connessi all'hub escluso le connessioni specificate.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T AllExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5, System::String ^ excludedConnectionId6, System::String ^ excludedConnectionId7, System::String ^ excludedConnectionId8);
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);
static member AllExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function AllExcept(Of T) (hubClients As IHubClients(Of T), excludedConnectionId1 As String, excludedConnectionId2 As String, excludedConnectionId3 As String, excludedConnectionId4 As String, excludedConnectionId5 As String, excludedConnectionId6 As String, excludedConnectionId7 As String, excludedConnectionId8 As String) As T
Parametri di tipo
- T
Parametri
- hubClients
- IHubClients<T>
Astrazione che fornisce l'accesso alle connessioni.
- excludedConnectionId1
- String
Prima connessione da escludere.
- excludedConnectionId2
- String
Seconda connessione da escludere.
- excludedConnectionId3
- String
Terza connessione da escludere.
- excludedConnectionId4
- String
Quarta connessione da escludere.
- excludedConnectionId5
- String
Quinta connessione da escludere.
- excludedConnectionId6
- String
La sesta connessione da escludere.
- excludedConnectionId7
- String
La settima connessione da escludere.
- excludedConnectionId8
- String
Ottava connessione da escludere.
Restituisce
Oggetto T
che rappresenta i metodi che possono essere richiamati nei client.