AsyncVoidMethodBuilder Structure
Represents a builder for asynchronous methods that do not return a value.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AwaitOnCompleted<TAwaiter, TStateMachine>(TAwaiter%, TStateMachine%) | Schedules the state machine to proceed to the next action when the specified awaiter completes. |
![]() | AwaitUnsafeOnCompleted<TAwaiter, TStateMachine>(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(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | SetException(Exception^) | Binds an exception to the method builder. |
![]() | SetResult() | Marks the method builder as successfully completed. |
![]() | SetStateMachine(IAsyncStateMachine^) | Associates the builder with the specified state machine. |
![]() | Start<TStateMachine>(TStateMachine%) | Begins running the builder with the associated state machine. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
This type and its members are intended for use by the compiler.
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)