AsyncTaskMethodBuilder<TResult>.AwaitOnCompleted<TAwaiter, TStateMachine> Method
.NET Framework 4.5
Schedules the state machine to proceed to the next action when the specified awaiter completes.
Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
public void AwaitOnCompleted<TAwaiter, TStateMachine>( ref TAwaiter awaiter, ref TStateMachine stateMachine ) where TAwaiter : INotifyCompletion where TStateMachine : IAsyncStateMachine
Type Parameters
- TAwaiter
The type of the awaiter.
- TStateMachine
The type of the state machine.
Parameters
- awaiter
- Type: TAwaiter
The awaiter.
- stateMachine
- Type: TStateMachine
The state machine.
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.