DialogStateManager.DeleteScopesMemoryAsync(String, 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 la mémoire d’une étendue.
public System.Threading.Tasks.Task DeleteScopesMemoryAsync (string name, System.Threading.CancellationToken cancellationToken = default);
member this.DeleteScopesMemoryAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteScopesMemoryAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- name
- String
nom de l’étendue.
- cancellationToken
- CancellationToken
Cancellationtoken.
Retours
Tâche.