IActivityManager.DeleteBeforeAsync(DateTime, 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.
Supprimez tous les enregistrements de conversation antérieurs à oldest
.
public System.Threading.Tasks.Task DeleteBeforeAsync (DateTime oldest, System.Threading.CancellationToken cancel = default);
abstract member DeleteBeforeAsync : DateTime * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteBeforeAsync (oldest As DateTime, Optional cancel As CancellationToken = Nothing) As Task
Paramètres
- oldest
- DateTime
Date restante la plus ancienne dans le journal.
- cancel
- CancellationToken
Jeton d'annulation.