다음을 통해 공유


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

반환

지속형 상태입니다.

적용 대상