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

Definición

Obtiene un T objeto que se puede usar para invocar métodos en todas las conexiones del grupo especificado, excepto las conexiones especificadas.

public:
 T GroupExcept(System::String ^ groupName, System::Collections::Generic::IReadOnlyList<System::String ^> ^ excludedConnectionIds);
public T GroupExcept (string groupName, System.Collections.Generic.IReadOnlyList<string> excludedConnectionIds);
abstract member GroupExcept : string * System.Collections.Generic.IReadOnlyList<string> -> 'T
Public Function GroupExcept (groupName As String, excludedConnectionIds As IReadOnlyList(Of String)) As T

Parámetros

groupName
String

El nombre del grupo.

excludedConnectionIds
IReadOnlyList<String>

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

Devoluciones

T

Un llamador de cliente.

Se aplica a