AsyncCodeActivityContext.UserState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與目前非同步活動相關聯的使用者定義物件。
public:
property System::Object ^ UserState { System::Object ^ get(); void set(System::Object ^ value); };
public object UserState { get; set; }
member this.UserState : obj with get, set
Public Property UserState As Object
屬性值
使用者定義的物件。