ComponentStatePersistenceManager.PersistStateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Conserve l’état de l’application du composant dans le donné IPersistentComponentStateStore.
public System.Threading.Tasks.Task PersistStateAsync (Microsoft.AspNetCore.Components.IPersistentComponentStateStore store, Microsoft.AspNetCore.Components.RenderTree.Renderer renderer);
member this.PersistStateAsync : Microsoft.AspNetCore.Components.IPersistentComponentStateStore * Microsoft.AspNetCore.Components.RenderTree.Renderer -> System.Threading.Tasks.Task
Public Function PersistStateAsync (store As IPersistentComponentStateStore, renderer As Renderer) As Task
Paramètres
IPersistentComponentStateStore à partir duquel restaurer l’état de l’application.
Retours
Task qui se termine lorsque l’état a été restauré.