HubClientsExtensions.AllExcept Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AllExcept<T>(IHubClients<T>, IEnumerable<String>) |
Obtiene un |
AllExcept<T>(IHubClients<T>, String) |
Obtiene un |
AllExcept<T>(IHubClients<T>, String, String) |
Obtiene un |
AllExcept<T>(IHubClients<T>, String, String, String) |
Obtiene un |
AllExcept<T>(IHubClients<T>, String, String, String, String) |
Obtiene un |
AllExcept<T>(IHubClients<T>, String, String, String, String, String) |
Obtiene un |
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String) |
Obtiene un |
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String) |
Obtiene un |
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String) |
Obtiene un |
AllExcept<T>(IHubClients<T>, IEnumerable<String>)
- Source:
- HubClientsExtensions.cs
Obtiene un T
objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones especificadas.
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
Parámetros de tipo
- T
Parámetros
- hubClients
- IHubClients<T>
Abstracción que proporciona acceso a las conexiones.
- excludedConnectionIds
- IEnumerable<String>
Identificadores de conexión que se van a excluir.
Devoluciones
que T
representa los métodos que se pueden invocar en los clientes.
Se aplica a
AllExcept<T>(IHubClients<T>, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Obtiene un T
objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto la conexión especificada.
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
Parámetros de tipo
- T
Parámetros
- hubClients
- IHubClients<T>
Abstracción que proporciona acceso a las conexiones.
- excludedConnectionId1
- String
Primera conexión que se va a excluir.
Devoluciones
que T
representa los métodos que se pueden invocar en los clientes.
Se aplica a
AllExcept<T>(IHubClients<T>, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Obtiene un T
objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones especificadas.
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
Parámetros de tipo
- T
Parámetros
- hubClients
- IHubClients<T>
Abstracción que proporciona acceso a las conexiones.
- excludedConnectionId1
- String
Primera conexión que se va a excluir.
- excludedConnectionId2
- String
Segunda conexión que se va a excluir.
Devoluciones
que T
representa los métodos que se pueden invocar en los clientes.
Se aplica a
AllExcept<T>(IHubClients<T>, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Obtiene un T
objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones especificadas.
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
Parámetros de tipo
- T
Parámetros
- hubClients
- IHubClients<T>
Abstracción que proporciona acceso a las conexiones.
- excludedConnectionId1
- String
Primera conexión que se va a excluir.
- excludedConnectionId2
- String
Segunda conexión que se va a excluir.
- excludedConnectionId3
- String
Tercera conexión que se va a excluir.
Devoluciones
que T
representa los métodos que se pueden invocar en los clientes.
Se aplica a
AllExcept<T>(IHubClients<T>, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Obtiene un T
objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones especificadas.
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
Parámetros de tipo
- T
Parámetros
- hubClients
- IHubClients<T>
Abstracción que proporciona acceso a las conexiones.
- excludedConnectionId1
- String
Primera conexión que se va a excluir.
- excludedConnectionId2
- String
Segunda conexión que se va a excluir.
- excludedConnectionId3
- String
Tercera conexión que se va a excluir.
- excludedConnectionId4
- String
Cuarta conexión que se va a excluir.
Devoluciones
que T
representa los métodos que se pueden invocar en los clientes.
Se aplica a
AllExcept<T>(IHubClients<T>, String, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Obtiene un T
objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones especificadas.
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
Parámetros de tipo
- T
Parámetros
- hubClients
- IHubClients<T>
Abstracción que proporciona acceso a las conexiones.
- excludedConnectionId1
- String
Primera conexión que se va a excluir.
- excludedConnectionId2
- String
Segunda conexión que se va a excluir.
- excludedConnectionId3
- String
Tercera conexión que se va a excluir.
- excludedConnectionId4
- String
Cuarta conexión que se va a excluir.
- excludedConnectionId5
- String
Quinta conexión que se va a excluir.
Devoluciones
que T
representa los métodos que se pueden invocar en los clientes.
Se aplica a
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Obtiene un T
objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones especificadas.
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
Parámetros de tipo
- T
Parámetros
- hubClients
- IHubClients<T>
Abstracción que proporciona acceso a las conexiones.
- excludedConnectionId1
- String
Primera conexión que se va a excluir.
- excludedConnectionId2
- String
Segunda conexión que se va a excluir.
- excludedConnectionId3
- String
Tercera conexión que se va a excluir.
- excludedConnectionId4
- String
Cuarta conexión que se va a excluir.
- excludedConnectionId5
- String
Quinta conexión que se va a excluir.
- excludedConnectionId6
- String
Sexta conexión que se va a excluir.
Devoluciones
que T
representa los métodos que se pueden invocar en los clientes.
Se aplica a
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Obtiene un T
objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones especificadas.
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
Parámetros de tipo
- T
Parámetros
- hubClients
- IHubClients<T>
Abstracción que proporciona acceso a las conexiones.
- excludedConnectionId1
- String
Primera conexión que se va a excluir.
- excludedConnectionId2
- String
Segunda conexión que se va a excluir.
- excludedConnectionId3
- String
Tercera conexión que se va a excluir.
- excludedConnectionId4
- String
Cuarta conexión que se va a excluir.
- excludedConnectionId5
- String
Quinta conexión que se va a excluir.
- excludedConnectionId6
- String
Sexta conexión que se va a excluir.
- excludedConnectionId7
- String
La séptima conexión que se va a excluir.
Devoluciones
que T
representa los métodos que se pueden invocar en los clientes.
Se aplica a
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String)
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
- Source:
- HubClientsExtensions.cs
Obtiene un T
objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones especificadas.
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
Parámetros de tipo
- T
Parámetros
- hubClients
- IHubClients<T>
Abstracción que proporciona acceso a las conexiones.
- excludedConnectionId1
- String
Primera conexión que se va a excluir.
- excludedConnectionId2
- String
Segunda conexión que se va a excluir.
- excludedConnectionId3
- String
Tercera conexión que se va a excluir.
- excludedConnectionId4
- String
Cuarta conexión que se va a excluir.
- excludedConnectionId5
- String
Quinta conexión que se va a excluir.
- excludedConnectionId6
- String
Sexta conexión que se va a excluir.
- excludedConnectionId7
- String
La séptima conexión que se va a excluir.
- excludedConnectionId8
- String
La octava conexión que se va a excluir.
Devoluciones
que T
representa los métodos que se pueden invocar en los clientes.