IPersistentComponentStateStore.GetPersistedStateAsync 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.
Gets the persisted state from the store.
public System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string,byte[]>> GetPersistedStateAsync ();
abstract member GetPersistedStateAsync : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, byte[]>>
Public Function GetPersistedStateAsync () As Task(Of IDictionary(Of String, Byte()))
Returns
The persisted state.