Grain<TGrainState>.ClearStateAsync Method

Definition

Clears the current grain state data from backing store.

protected virtual System.Threading.Tasks.Task ClearStateAsync ();
abstract member ClearStateAsync : unit -> System.Threading.Tasks.Task
override this.ClearStateAsync : unit -> System.Threading.Tasks.Task
Protected Overridable Function ClearStateAsync () As Task

Returns

A Task representing the operation.

Applies to