StoreFromStack<C>.IStackStoreFactory<C>.StoreFrom Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Microsoft.Bot.Builder.Internals.Fibers.IStore<Microsoft.Bot.Builder.Internals.Fibers.IFiberLoop<C>> IStackStoreFactory<C>.StoreFrom (string stackId, Microsoft.Bot.Builder.Dialogs.IBotDataBag dataBag);
abstract member Microsoft.Bot.Builder.Internals.Fibers.IStackStoreFactory<C>.StoreFrom : string * Microsoft.Bot.Builder.Dialogs.IBotDataBag -> Microsoft.Bot.Builder.Internals.Fibers.IStore<Microsoft.Bot.Builder.Internals.Fibers.IFiberLoop<'C>>
override this.Microsoft.Bot.Builder.Internals.Fibers.IStackStoreFactory<C>.StoreFrom : string * Microsoft.Bot.Builder.Dialogs.IBotDataBag -> Microsoft.Bot.Builder.Internals.Fibers.IStore<Microsoft.Bot.Builder.Internals.Fibers.IFiberLoop<'C>>
Function StoreFrom (stackId As String, dataBag As IBotDataBag) As IStore(Of IFiberLoop(Of C)) Implements IStackStoreFactory(Of C).StoreFrom
Parámetros
- stackId
- String
- dataBag
- IBotDataBag
Devoluciones
IStore<IFiberLoop<C>>