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