BotStateMemoryScope<T>.GetMemory(DialogContext) Method
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.
Get the backing memory for this scope.
public override object GetMemory (Microsoft.Bot.Builder.Dialogs.DialogContext dialogContext);
override this.GetMemory : Microsoft.Bot.Builder.Dialogs.DialogContext -> obj
Public Overrides Function GetMemory (dialogContext As DialogContext) As Object
Parameters
- dialogContext
- DialogContext
dc.
Returns
memory for the scope.