The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ExecutionContext::RestoreFlow Method ()
.NET Framework (current version)
Restores the flow of the execution context across asynchronous threads.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The context flow cannot be restored because it is not being suppressed. |
RestoreFlow reverses the effect of a prior SuppressFlow method call.
This method is called by the Undo method of the AsyncFlowControl structure returned by the SuppressFlow method. You should use the Undo method to restore the flow of the execution context, not the RestoreFlow method.
.NET Framework
Available since 2.0
Available since 2.0
Show: