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.

ExecutionContext::RestoreFlow Method ()

 

Restores the flow of the execution context across asynchronous threads.

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

public:
static void RestoreFlow()

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