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