Jaa


DialogStateManager.DeleteScopesMemoryAsync(String, CancellationToken) Method

Definition

Delete the memory for a scope.

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

Parameters

name
String

name of the scope.

cancellationToken
CancellationToken

cancellationToken.

Returns

Task.

Applies to