Share via


ClassMemoryScope.GetMemory(DialogContext) Method

Definition

Gets 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
DialogContext

The DialogContext object for this turn.

Returns

Memory for the scope.

Applies to