CallConnection.HangUpAsync(Boolean, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déconnectez l’appelant actuel dans un appel de groupe ou terminez un appel p2p.
public virtual System.Threading.Tasks.Task<Azure.Response> HangUpAsync (bool forEveryone, System.Threading.CancellationToken cancellationToken = default);
abstract member HangUpAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.HangUpAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function HangUpAsync (forEveryone As Boolean, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Paramètres
- forEveryone
- Boolean
Si la valeur est true, cela met fin à l’appel et raccroche tous les participants à cet appel.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Exceptions
Le serveur a retourné une erreur. Consultez Message pour plus d’informations renvoyées par le serveur.
S’applique à
Azure SDK for .NET