HubClientsExtensions.GroupExcept 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
GroupExcept<T>(IHubClients<T>, String, String, String, String, String, String, String) |
Obtém um |
GroupExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String, String) |
Obtém um |
GroupExcept<T>(IHubClients<T>, String, String, String, String, String, String, String, String) |
Obtém um |
GroupExcept<T>(IHubClients<T>, String, String, String, String, String, String) |
Obtém um |
GroupExcept<T>(IHubClients<T>, String, String, String, String, String) |
Obtém um |
GroupExcept<T>(IHubClients<T>, String, String, String, String) |
Obtém um |
GroupExcept<T>(IHubClients<T>, String, String, String) |
Obtém um |
GroupExcept<T>(IHubClients<T>, String, String) |
Obtém um |
GroupExcept<T>(IHubClients<T>, String, IEnumerable<String>) |
Obtém um |
GroupExcept<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 todas as conexões no grupo especificado, excluindo as conexões especificadas.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5, System::String ^ excludedConnectionId6);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, 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.
- groupName
- String
O nome do grupo.
- 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
GroupExcept<T>(IHubClients<T>, String, 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 todas as conexões no grupo especificado, excluindo as conexões especificadas.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, 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 GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6, string excludedConnectionId7, string excludedConnectionId8);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, 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.
- groupName
- String
O nome do grupo.
- 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.
Aplica-se a
GroupExcept<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 todas as conexões no grupo especificado, excluindo as conexões especificadas.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5, System::String ^ excludedConnectionId6, System::String ^ excludedConnectionId7);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5, string excludedConnectionId6, string excludedConnectionId7);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, 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.
- groupName
- String
O nome do grupo.
- 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
GroupExcept<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 todas as conexões no grupo especificado, excluindo as conexões especificadas.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4, System::String ^ excludedConnectionId5);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4, string excludedConnectionId5);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, 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.
- groupName
- String
O nome do grupo.
- 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
GroupExcept<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 todas as conexões no grupo especificado, excluindo as conexões especificadas.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3, System::String ^ excludedConnectionId4);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3, string excludedConnectionId4);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, 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.
- groupName
- String
O nome do grupo.
- 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
GroupExcept<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 todas as conexões no grupo especificado, excluindo as conexões especificadas.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2, System::String ^ excludedConnectionId3);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2, string excludedConnectionId3);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, 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.
- groupName
- String
O nome do grupo.
- 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
GroupExcept<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 todas as conexões no grupo especificado, excluindo as conexões especificadas.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1, System::String ^ excludedConnectionId2);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1, string excludedConnectionId2);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, 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.
- groupName
- String
O nome do grupo.
- 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
GroupExcept<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 todas as conexões no grupo especificado, excluindo as conexões especificadas.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::String ^ excludedConnectionId1);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, string excludedConnectionId1);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * string -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, excludedConnectionId1 As String) As T
Parâmetros de tipo
- T
Parâmetros
- hubClients
- IHubClients<T>
A abstração que fornece acesso a conexões.
- groupName
- String
O nome do grupo.
- 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
GroupExcept<T>(IHubClients<T>, String, IEnumerable<String>)
- Origem:
- HubClientsExtensions.cs
Obtém um T
que pode ser usado para invocar métodos em todas as conexões no grupo especificado, excluindo as conexões especificadas.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GroupExcept(Microsoft::AspNetCore::SignalR::IHubClients<T> ^ hubClients, System::String ^ groupName, System::Collections::Generic::IEnumerable<System::String ^> ^ excludedConnectionIds);
public static T GroupExcept<T> (this Microsoft.AspNetCore.SignalR.IHubClients<T> hubClients, string groupName, System.Collections.Generic.IEnumerable<string> excludedConnectionIds);
static member GroupExcept : Microsoft.AspNetCore.SignalR.IHubClients<'T> * string * seq<string> -> 'T
<Extension()>
Public Function GroupExcept(Of T) (hubClients As IHubClients(Of T), groupName As String, 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.
- groupName
- String
O nome do grupo.
- 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.