共用方式為


BotStateMemoryScope<T>.GetMemory(DialogContext) 方法

定義

取得此範圍的支援記憶體。

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

參數

dialogContext
DialogContext

直流。

傳回

範圍的記憶體。

適用於