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

宿主执行上下文管理器。

注解

此属性允许主机提供一个 HostExecutionContextManager 可以跨异步调用参与执行上下文流的主机。

适用于