Edit

Share via


StateStorageBridge<TState>.WriteStateAsync Method

Definition

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

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

Returns

A Task representing the operation.

Implements

Applies to