Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the functionality to restore the migration, or flow, of the execution context between threads.
public value class AsyncFlowControl : IDisposable, IEquatable<System::Threading::AsyncFlowControl>
public value class AsyncFlowControl : IDisposable
public struct AsyncFlowControl : IDisposable, IEquatable<System.Threading.AsyncFlowControl>
public struct AsyncFlowControl : IDisposable
type AsyncFlowControl = struct
interface IDisposable
Public Structure AsyncFlowControl
Implements IDisposable, IEquatable(Of AsyncFlowControl)
Public Structure AsyncFlowControl
Implements IDisposable
An execution context contains all execution-related information for a logical thread. The flow of the execution context to other threads can be prevented by using the ExecutionContext.SuppressFlow method, which returns an AsyncFlowControl structure. The Undo method of the returned AsyncFlowControl structure can be used to undo the flow suppression. The AsyncFlowControl structure must be used on the same thread on which it was created.
Dispose() |
Releases all resources used by the current instance of the AsyncFlowControl class. |
Equals(Async |
Determines whether the specified AsyncFlowControl structure is equal to the current AsyncFlowControl structure. |
Equals(Object) |
Determines whether the specified object is equal to the current AsyncFlowControl structure. |
Get |
Gets a hash code for the current AsyncFlowControl structure. |
Undo() |
Restores the flow of the execution context between threads. |
Equality(Async |
Compares two AsyncFlowControl structures to determine whether they are equal. |
Inequality(Async |
Compares two AsyncFlowControl structures to determine whether they are not equal. |
IDisposable. |
This API supports the product infrastructure and is not intended to be used directly from your code. Releases all resources used by the AsyncFlowControl. |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in