IHubClients<T>.AllExcept(IReadOnlyList<String>) Método

Definição

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.

Aplica-se a