Windows apps
Collapse the table of content
Expand the table of content
Information
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 ()

 

Restores the flow of the execution context between threads.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

public:
void Undo()

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
Return to top
Show:
© 2017 Microsoft