System.Threading.HostExecutionContextManager Class

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

Syntax

public class HostExecutionContextManager

Remarks

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.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0