Encapsulates and propagates the host execution context across threads.
void Dispose()
Releases all resources used by the current instance of the T:System.Threading.HostExecutionContext cl...
HostExecutionContext(object state)
Initializes a new instance of the T:System.Threading.HostExecutionContext class using the specified s...
virtual void Dispose(bool disposing)
When overridden in a derived class, releases the unmanaged resources used by the T:System....
internal object State
Gets or sets the state of the host execution context.
HostExecutionContext()
Initializes a new instance of the T:System.Threading.HostExecutionContext class.
virtual HostExecutionContext CreateCopy()
Creates a copy of the current host execution context.