AsyncTaskMethodBuilder<TResult> Structure
Represents a builder for asynchronous methods that return a task and provides a parameter for the result.
Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
The AsyncTaskMethodBuilder<TResult> 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 AsyncTaskMethodBuilder<TResult> class. |
![]() ![]() | Equals | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | SetException | Marks the task as failed and binds the specified exception to the task. |
![]() ![]() | SetResult | Marks the task 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.) |
This type and its members are intended for use by the compiler.
Note |
|---|
The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: Synchronization | ExternalThreading. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

