MutableInterceptionContext<TResult>.UserState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Not safe when multiple interceptors are in use. Use SetUserState and FindUserState instead.
取得或設定值,其中包含與作業相關聯的任意使用者指定狀態資訊。
[System.Obsolete("Not safe when multiple interceptors are in use. Use SetUserState and FindUserState instead.")]
public object UserState { get; set; }
member this.UserState : obj with get, set
Public Property UserState As Object
屬性值
- 屬性