HubClientsExtensions.AllExcept Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AllExcept<T>(IHubClients<T>, IEnumerable<String>) |
Obtém um |
AllExcept<T>(IHubClients<T>, String) |
Obtém um |
AllExcept<T>(IHubClients<T>, String, String) |
Obtém um |
AllExcept<T>(IHubClients<T>, String, String, String) |
Obtém um |
AllExcept<T>(IHubClients<T>, String, String, String, String) |
Obtém um |
AllExcept<T>(IHubClients<T>, String, String, String, String, String) |
Obtém um |
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String) |
Obtém um |
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String) |
Obtém um |
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String) |
Obtém um |
AllExcept<T>(IHubClients<T>, IEnumerable<String>)
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo as conexões 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>
A abstração que fornece acesso a conexões.
- excludedConnectionIds
- IEnumerable<String>
As IDs de conexão a serem excluídas.
Retornos
Um T
que representa os métodos que podem ser invocados nos clientes.
Aplica-se a
AllExcept<T>(IHubClients<T>, String)
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo a conexão 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>
A abstração que fornece acesso a conexões.
- excludedConnectionId1
- String
A primeira conexão a ser excluída.
Retornos
Um T
que representa os métodos que podem ser invocados nos clientes.
Aplica-se a
AllExcept<T>(IHubClients<T>, String, String)
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo as conexões 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>
A abstração que fornece acesso a conexões.
- excludedConnectionId1
- String
A primeira conexão a ser excluída.
- excludedConnectionId2
- String
A segunda conexão a ser excluída.
Retornos
Um T
que representa os métodos que podem ser invocados nos clientes.
Aplica-se a
AllExcept<T>(IHubClients<T>, String, String, String)
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo as conexões 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>
A abstração que fornece acesso a conexões.
- excludedConnectionId1
- String
A primeira conexão a ser excluída.
- excludedConnectionId2
- String
A segunda conexão a ser excluída.
- excludedConnectionId3
- String
A terceira conexão a ser excluída.
Retornos
Um T
que representa os métodos que podem ser invocados nos clientes.
Aplica-se a
AllExcept<T>(IHubClients<T>, String, String, String, String)
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo as conexões 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>
A abstração que fornece acesso a conexões.
- excludedConnectionId1
- String
A primeira conexão a ser excluída.
- excludedConnectionId2
- String
A segunda conexão a ser excluída.
- excludedConnectionId3
- String
A terceira conexão a ser excluída.
- excludedConnectionId4
- String
A quarta conexão a ser excluída.
Retornos
Um T
que representa os métodos que podem ser invocados nos clientes.
Aplica-se a
AllExcept<T>(IHubClients<T>, String, String, String, String, String)
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo as conexões 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>
A abstração que fornece acesso a conexões.
- excludedConnectionId1
- String
A primeira conexão a ser excluída.
- excludedConnectionId2
- String
A segunda conexão a ser excluída.
- excludedConnectionId3
- String
A terceira conexão a ser excluída.
- excludedConnectionId4
- String
A quarta conexão a ser excluída.
- excludedConnectionId5
- String
A quinta conexão a ser excluída.
Retornos
Um T
que representa os métodos que podem ser invocados nos clientes.
Aplica-se a
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String)
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo as conexões 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>
A abstração que fornece acesso a conexões.
- excludedConnectionId1
- String
A primeira conexão a ser excluída.
- excludedConnectionId2
- String
A segunda conexão a ser excluída.
- excludedConnectionId3
- String
A terceira conexão a ser excluída.
- excludedConnectionId4
- String
A quarta conexão a ser excluída.
- excludedConnectionId5
- String
A quinta conexão a ser excluída.
- excludedConnectionId6
- String
A sexta conexão a ser excluída.
Retornos
Um T
que representa os métodos que podem ser invocados nos clientes.
Aplica-se a
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String)
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo as conexões 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>
A abstração que fornece acesso a conexões.
- excludedConnectionId1
- String
A primeira conexão a ser excluída.
- excludedConnectionId2
- String
A segunda conexão a ser excluída.
- excludedConnectionId3
- String
A terceira conexão a ser excluída.
- excludedConnectionId4
- String
A quarta conexão a ser excluída.
- excludedConnectionId5
- String
A quinta conexão a ser excluída.
- excludedConnectionId6
- String
A sexta conexão a ser excluída.
- excludedConnectionId7
- String
A sétima conexão a ser excluída.
Retornos
Um T
que representa os métodos que podem ser invocados nos clientes.
Aplica-se a
AllExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String)
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo as conexões 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>
A abstração que fornece acesso a conexões.
- excludedConnectionId1
- String
A primeira conexão a ser excluída.
- excludedConnectionId2
- String
A segunda conexão a ser excluída.
- excludedConnectionId3
- String
A terceira conexão a ser excluída.
- excludedConnectionId4
- String
A quarta conexão a ser excluída.
- excludedConnectionId5
- String
A quinta conexão a ser excluída.
- excludedConnectionId6
- String
A sexta conexão a ser excluída.
- excludedConnectionId7
- String
A sétima conexão a ser excluída.
- excludedConnectionId8
- String
A oitava conexão a ser excluída.
Retornos
Um T
que representa os métodos que podem ser invocados nos clientes.