Edit

Share via


StateStorageBridge<TState>.ClearStateAsync Method

Definition

Async method to cause write of the current grain state data into backing store.

public System.Threading.Tasks.Task ClearStateAsync ();
abstract member ClearStateAsync : unit -> System.Threading.Tasks.Task
override this.ClearStateAsync : unit -> System.Threading.Tasks.Task
Public Function ClearStateAsync () As Task

Returns

A Task representing the operation.

Implements

Applies to