SecurityContext::RestoreFlow Method ()
.NET Framework (current version)
Restores the flow of the security context across asynchronous threads.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The security context is null or an empty string. |
The RestoreFlow method is called by the AsyncFlowControl::Undo method to reverse the effect of a prior SuppressFlow method call.
.NET Framework
Available since 2.0
Available since 2.0
Show: