IHubClients<T>.AllExcept(IReadOnlyList<String>) 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.
Obtém um T
que pode ser usado para invocar métodos em todos os clientes conectados ao hub, excluindo as conexões de cliente especificadas.
public:
T AllExcept(System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public T AllExcept (System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
abstract member AllExcept : System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function AllExcept (excludedConnectionIds As IReadOnlyList(Of String)) As T
Parâmetros
- excludedConnectionIds
- IReadOnlyList<String>
Uma coleção de IDs de conexão a serem excluídas.
Retornos
T
Um chamador de cliente.