共用方式為


MutableInterceptionContext.FindUserState(String) 方法

定義

取得值,其中包含與作業相關聯的任意使用者指定狀態資訊。

public object FindUserState (string key);
member this.FindUserState : string -> obj
Public Function FindUserState (key As String) As Object

參數

key
String

用來識別使用者狀態的金鑰。

傳回

使用者狀態集,如果找不到指定索引鍵,則為 null。

適用於