Partilhar via


IPersistentComponentStateStore.PersistStateAsync Método

Definição

Persiste o estado serializado no armazenamento.

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

Parâmetros

state
IReadOnlyDictionary<String,Byte[]>

O estado serializado a persistir.

Retornos

Um Task que é concluído quando o estado é persistido no disco.

Aplica-se a