IStackStoreFactory<C>.StoreFrom(String, IBotDataBag) 方法

定义

public Microsoft.Bot.Builder.Internals.Fibers.IStore<Microsoft.Bot.Builder.Internals.Fibers.IFiberLoop<C>> StoreFrom(string taskId, Microsoft.Bot.Builder.Dialogs.IBotDataBag dataBag);
abstract member StoreFrom : string * Microsoft.Bot.Builder.Dialogs.IBotDataBag -> Microsoft.Bot.Builder.Internals.Fibers.IStore<Microsoft.Bot.Builder.Internals.Fibers.IFiberLoop<'C>>
Public Function StoreFrom (taskId As String, dataBag As IBotDataBag) As IStore(Of IFiberLoop(Of C))

参数

taskId
String
dataBag
IBotDataBag

返回

适用于