IGroupManager.RemoveFromGroupAsync(String, String, CancellationToken) Methode

Definition

Entfernt eine Verbindung aus der angegebenen Gruppe.

public System.Threading.Tasks.Task RemoveFromGroupAsync (string connectionId, string groupName, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveFromGroupAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoveFromGroupAsync (connectionId As String, groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

connectionId
String

Die Verbindungs-ID, die aus einer Gruppe entfernt werden soll.

groupName
String

Der Gruppenname.

cancellationToken
CancellationToken

Das Token zum Überwachen von Abbruchanforderungen. Der Standardwert ist None.

Gibt zurück

Eine Task , die das asynchrone Entfernen darstellt.

Gilt für: