Share via


BotStateMemoryScope<T>.GetMemory(DialogContext) Method

Definition

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.

Applies to