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

Definición

Obtiene un T objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones 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>

Colección de identificadores de conexión que se van a excluir.

Devoluciones

T

Un llamador de cliente.

Se aplica a