IPersistentComponentStateStore.PersistStateAsync Method

Definition

Persists the serialized state into the storage.

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

Parameters

state
IReadOnlyDictionary<String,Byte[]>

The serialized state to persist.

Returns

A Task that completes when the state is persisted to disk.

Applies to