TurnMemoryScope.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 dc);
override this.GetMemory : Microsoft.Bot.Builder.Dialogs.DialogContext -> obj
Public Overrides Function GetMemory (dc As DialogContext) As Object
Parameters
dc.
Returns
memory for the scope.