BotDataBagStream(IBotDataBag, String) Constructor
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.
public BotDataBagStream (Microsoft.Bot.Builder.Dialogs.IBotDataBag bag, string key);
new Microsoft.Bot.Builder.Dialogs.Internals.BotDataBagStream : Microsoft.Bot.Builder.Dialogs.IBotDataBag * string -> Microsoft.Bot.Builder.Dialogs.Internals.BotDataBagStream
Public Sub New (bag As IBotDataBag, key As String)
Parameters
- bag
- IBotDataBag
- key
- String