HostExecutionContext Class
Encapsulates and propagates the host execution context across threads.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | HostExecutionContext() | Initializes a new instance of the HostExecutionContext class. |
![]() | HostExecutionContext(Object^) | Initializes a new instance of the HostExecutionContext class using the specified state. |
| Name | Description | |
|---|---|---|
![]() | State | Gets or sets the state of the host execution context. |
| Name | Description | |
|---|---|---|
![]() | CreateCopy() | Creates a copy of the current host execution context. |
![]() | Dispose() | Releases all resources used by the current instance of the HostExecutionContext class. |
![]() | Dispose(Boolean) | When overridden in a derived class, releases the unmanaged resources used by the WaitHandle, and optionally releases the managed resources. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The HostExecutionContext is part of a larger ExecutionContext. The host context migrates, or flows, with the execution context.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


