System::Threading::Tasks::Task::GetAwaiter method

Task::GetAwaiter method

Gets an awaiter for this task for use with Await.

Runtime::CompilerServices::TaskAwaiter System::Threading::Tasks::Task::GetAwaiter() const

ReturnValue

Runtime::CompilerServices::TaskAwaiter An awaiter instance

See Also