Grain<TGrainState>.ClearStateAsync 方法

定义

从后备存储中清除当前粒度状态数据。

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

返回

一个 Task 表示操作的 。

适用于