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 状态保存到磁盘时完成的 。

适用于