共用方式為


UserState.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

這個回合的內容物件。

傳回

儲存體金鑰。

例外狀況

Activity目前回合的 遺失 ChannelIdFrom 資訊,或寄件者 Id 遺失。

備註

使用者狀態包含通道識別碼和使用者識別碼,作為其儲存體金鑰的一部分。

適用於