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 保存在恢复上下文的数据包中。

适用于