Grain<TGrainState>.WriteStateAsync Method

Definition

Write the current grain state data into the backing store.

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

Returns

A Task representing the operation.

Applies to