Complete()

ResultTask::Complete(const T&) method

Sets the result value for the task and completes it.

void System::Threading::Tasks::ResultTask<T>::Complete(const T &result)

See Also