共用方式為


IPersistentComponentStateStore.PersistStateAsync 方法

定義

將序列化狀態保存到儲存體。

public System.Threading.Tasks.Task PersistStateAsync (System.Collections.Generic.IReadOnlyDictionary<string,byte[]> state);
abstract member PersistStateAsync : System.Collections.Generic.IReadOnlyDictionary<string, byte[]> -> System.Threading.Tasks.Task
Public Function PersistStateAsync (state As IReadOnlyDictionary(Of String, Byte())) As Task

參數

state
IReadOnlyDictionary<String,Byte[]>

要保存的序列化狀態。

傳回

Task 會在狀態保存至磁片時完成。

適用於