다음을 통해 공유


IPersistentComponentStateStore.PersistStateAsync 메서드

정의

직렬화된 상태를 스토리지에 유지합니다.

public System.Threading.Tasks.Task PersistStateAsync (System.Collections.Generic.IReadOnlyDictionary<string,byte[]> state);
abstract member PersistStateAsync : System.Collections.Generic.IReadOnlyDictionary<string, byte[]> -> System.Threading.Tasks.Task
Public Function PersistStateAsync (state As IReadOnlyDictionary(Of String, Byte())) As Task

매개 변수

state
IReadOnlyDictionary<String,Byte[]>

유지할 직렬화된 상태입니다.

반환

Task 상태가 디스크에 유지될 때 완료되는 입니다.

적용 대상