Provides the functionality that allows a common language runtime host to participate in the flow, or migration, of the execution context.
See Also: HostExecutionContextManager Members
If the current AppDomainManager has a reference to a System.Threading.HostExecutionContextManager in its AppDomainManager.HostExecutionContextManager property, then the common language runtime calls the manager every time a call to the ExecutionContext.Run(ExecutionContext, ContextCallback, object) method occurs, to allow the host to participate in the flow of the execution context.