ICustomStorageInterface<TState,TDelta>.ReadStateFromStorage 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.
Lit l’état actuel et la version à partir du stockage (notez que l’objet d’état peut être muté par le fournisseur, il ne doit donc pas être partagé).
public System.Threading.Tasks.Task<System.Collections.Generic.KeyValuePair<int,TState>> ReadStateFromStorage ();
abstract member ReadStateFromStorage : unit -> System.Threading.Tasks.Task<System.Collections.Generic.KeyValuePair<int, 'State>>
Public Function ReadStateFromStorage () As Task(Of KeyValuePair(Of Integer, TState))
Retours
numéro de version et objet d’état.