Share via


MemoryScope.GetMemory(DialogContext) Method

Definition

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
DialogContext

dc.

Returns

memory for the scope.

Applies to