StoreFromStack<C>.IStackStoreFactory<C>.StoreFrom Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- stackId
- String
- dataBag
- IBotDataBag
Retours
IStore<IFiberLoop<C>>