Edit

Share via


StateStorageBridge<TState>.ReadStateAsync Method

Definition

Async method to cause refresh of the current grain state data from backing store. Any previous contents of the grain state data will be overwritten.

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

Returns

A Task representing the operation.

Implements

Applies to