InspectionState.GetStorageKey(ITurnContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在儲存體讀取和寫入狀態時要使用的金鑰。
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
這個回合的內容物件。
傳回
儲存體金鑰。