AsyncFlowControl Methods

 

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

NameDescription
System_CAPS_pubmethodDispose()

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

System_CAPS_pubmethodEquals(AsyncFlowControl)

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

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current AsyncFlowControl structure. (Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets a hash code for the current AsyncFlowControl structure.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the fully qualified type name of this instance.(Inherited from ValueType.)

System_CAPS_pubmethodUndo()

Restores the flow of the execution context between threads.

Return to top
Show: