共用方式為


InspectionState.GetStorageKey(ITurnContext) 方法

定義

取得在儲存體讀取和寫入狀態時要使用的金鑰。

protected override string GetStorageKey (Microsoft.Bot.Builder.ITurnContext turnContext);
override this.GetStorageKey : Microsoft.Bot.Builder.ITurnContext -> string
Protected Overrides Function GetStorageKey (turnContext As ITurnContext) As String

參數

turnContext
ITurnContext

這個回合的內容物件。

傳回

儲存體金鑰。

適用於