IPersistentComponentStateStore.PersistStateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.