Grain<TGrainState>.WriteStateAsync 方法

定义

将当前粒度状态数据写入后备存储。

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

返回

一个 Task 表示操作的 。

适用于