MemoryScope.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 abstract object GetMemory (Microsoft.Bot.Builder.Dialogs.DialogContext dc);
abstract member GetMemory : Microsoft.Bot.Builder.Dialogs.DialogContext -> obj
Public MustOverride Function GetMemory (dc As DialogContext) As Object
Parameters
dc.
Returns
memory for the scope.