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: generic<typename TAwaiter, typename TStateMachine> where TAwaiter : INotifyCompletion where TStateMachine : IAsyncStateMachine void AwaitOnCompleted( TAwaiter% awaiter, TStateMachine% stateMachine )
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.