AppDomainManager.HostExecutionContextManager 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得管理執行內容流程的主機執行內容管理員。
public:
virtual property System::Threading::HostExecutionContextManager ^ HostExecutionContextManager { System::Threading::HostExecutionContextManager ^ get(); };
public virtual System.Threading.HostExecutionContextManager HostExecutionContextManager { get; }
member this.HostExecutionContextManager : System.Threading.HostExecutionContextManager
Public Overridable ReadOnly Property HostExecutionContextManager As HostExecutionContextManager
屬性值
主機執行內容管理員。
備註
這個屬性可讓主機提供 HostExecutionContextManager ,可在非同步呼叫之間參與執行內容的流程。