Partager via


IPersistentComponentStateStore.PersistStateAsync Méthode

Définition

Conserve l’état sérialisé dans le stockage.

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

Paramètres

state
IReadOnlyDictionary<String,Byte[]>

État sérialisé à conserver.

Retours

Task qui se termine lorsque l’état est conservé sur le disque.

S’applique à