DialogStateManager.SaveAllChangesAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Save all changes for all scopes.
public System.Threading.Tasks.Task SaveAllChangesAsync (System.Threading.CancellationToken cancellationToken = default);
member this.SaveAllChangesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SaveAllChangesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- cancellationToken
- CancellationToken
cancellationToken.
Returns
Task.