ResumptionContext 클래스

정의

로드/유지 ResumptionData를 담당하는 다시 시작 컨텍스트입니다.

public sealed class ResumptionContext
type ResumptionContext = class
Public NotInheritable Class ResumptionContext
상속
ResumptionContext

생성자

ResumptionContext(Func<IBotDataBag>)

로드/유지 ResumptionData를 담당하는 다시 시작 컨텍스트입니다.

필드

RESUMPTION_CONTEXT_KEY

다시 시작 컨텍스트의 데이터 모음에 있는 의 키 ResumptionData 입니다.

메서드

LoadDataAsync(CancellationToken)

ResumptionData 다시 시작 컨텍스트의 데이터 모음에서 을 로드합니다.

SaveDataAsync(ResumptionData, CancellationToken)

data 를 다시 시작 컨텍스트의 데이터 모음에 저장합니다.

적용 대상