다음을 통해 공유


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

반환

적용 대상