ExecutionContext Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Capture() | Captures the execution context from the current thread. |
![]() | CreateCopy() | Creates a copy of the current execution context. |
![]() | Dispose() | Releases all resources used by the current instance of the ExecutionContext class. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Sets the specified SerializationInfo object with the logical context information needed to recreate an instance of the current execution context. |
![]() | GetType() | |
![]() ![]() | IsFlowSuppressed() | Indicates whether the flow of the execution context is currently suppressed. |
![]() ![]() | RestoreFlow() | Restores the flow of the execution context across asynchronous threads. |
![]() ![]() | Run(ExecutionContext^, ContextCallback^, Object^) | Runs a method in a specified execution context on the current thread. |
![]() ![]() | SuppressFlow() | Suppresses the flow of the execution context across asynchronous threads. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

