ResumptionContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The resumption context that is responsible for loading/persisting the ResumptionData.
public sealed class ResumptionContext
type ResumptionContext = class
Public NotInheritable Class ResumptionContext
- Inheritance
-
ResumptionContext
Constructors
| ResumptionContext(Func<IBotDataBag>) |
Fields
| RESUMPTION_CONTEXT_KEY |
The key for ResumptionData in the resumption context's data bag. |
Methods
| LoadDataAsync(CancellationToken) |
Loads the ResumptionData from the resumption context's data bag. |
| SaveDataAsync(ResumptionData, CancellationToken) |
Saves the |