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 可以在异步调用中参与执行上下文流的主机。

适用于