DynamicHubClients.AllExcept(IReadOnlyList<String>) Método

Definición

Obtiene un objeto que se puede usar para invocar métodos en todos los clientes conectados al centro, excepto las conexiones especificadas.

public:
 System::Object ^ AllExcept(System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public dynamic AllExcept (System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
member this.AllExcept : System.Collections.Generic.IReadOnlyList<string> -> obj
Public Function AllExcept (excludedConnectionIds As IReadOnlyList(Of String)) As Object

Parámetros

excludedConnectionIds
IReadOnlyList<String>

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

Devoluciones

Object

Objeto que se puede usar para invocar métodos en el usuario especificado.

Se aplica a