AsyncVoidMethodBuilder Structure
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents a builder for asynchronous methods that do not return a value.
Assembly: mscorlib (in mscorlib.dll)
The AsyncVoidMethodBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AwaitOnCompleted<TAwaiter, TStateMachine> | Schedules the state machine to proceed to the next action when the specified awaiter completes. |
![]() | AwaitUnsafeOnCompleted<TAwaiter, TStateMachine> | Schedules the state machine to proceed to the next action when the specified awaiter completes. This method can be called from partially trusted code. |
![]() ![]() | Create | Creates an instance of the AsyncVoidMethodBuilder class. |
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetException | Binds an exception to the method builder. |
![]() | SetResult | Marks the method builder as successfully completed. |
![]() | SetStateMachine | Associates the builder with the specified state machine. |
![]() | Start<TStateMachine> | Begins running the builder with the associated state machine. |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Show:


