AppDomainManager.HostExecutionContextManager 屬性

定義

取得管理執行內容流程的主機執行內容管理員。

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 ,可在非同步呼叫之間參與執行內容的流程。

適用於