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.
AsyncFlowControl::Undo Method ()
.NET Framework (current version)
Restores the flow of the execution context between threads.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The AsyncFlowControl structure is not used on the thread where it was created. -or- The AsyncFlowControl structure has already been used to call Dispose or Undo. |
The ExecutionContext::SuppressFlow method returns an AsyncFlowControl structure that is used to restore the flow.
The Undo method must be called only on the AsyncFlowControl structure returned by its associated SuppressFlow method.
.NET Framework
Available since 2.0
Available since 2.0
Show: