System.Threading.AsyncFlowControl Members

The members of System.Threading.AsyncFlowControl are listed below.

See Also: Inherited members from System.ValueType

Public Methods

Dispose()

Releases all resources used by the current instance of the System.Threading.AsyncFlowControl class.

override
Equals(object) : bool

Determines whether the specified object is equal to the current System.Threading.AsyncFlowControl structure.

Equals(AsyncFlowControl) : bool

Determines whether the specified System.Threading.AsyncFlowControl structure is equal to the current System.Threading.AsyncFlowControl structure.

override
GetHashCode() : int

Gets a hash code for the current System.Threading.AsyncFlowControl structure.

Undo()

Restores the flow of the execution context between threads.

Public Operators

static
Equality(AsyncFlowControl, AsyncFlowControl)

Compares two System.Threading.AsyncFlowControl structures to determine whether they are equal.

static
Inequality(AsyncFlowControl, AsyncFlowControl)

Compares two System.Threading.AsyncFlowControl structures to determine whether they are not equal.

Explicitly Implemented Interface Members

IDisposable.Dispose

Releases all resources used by the System.Threading.AsyncFlowControl.