BotStateSet 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.
Manages a collection of botState and provides ability to load and save in parallel.
public class BotStateSet
type BotStateSet = class
Public Class BotStateSet
- Inheritance
-
BotStateSet
Constructors
BotStateSet(BotState[]) |
Initializes a new instance of the BotStateSet class. |
Properties
BotStates |
Gets or sets the BotStates list for the BotStateSet. |
Methods
Add(BotState) |
Adds a bot state object to the set. |
LoadAllAsync(ITurnContext, Boolean, CancellationToken) |
Load all BotState records in parallel. |
SaveAllChangesAsync(ITurnContext, Boolean, CancellationToken) |
Save All BotState changes in parallel. |