Share via


IPersistentComponentStateStore.GetPersistedStateAsync メソッド

定義

ストアから永続化された状態を取得します。

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()))

戻り値

永続化された状態。

適用対象