System::Threading::Tasks::ResultTask::get_Result method

ResultTask::get_Result method

Gets the result of the asynchronous operation.

T System::Threading::Tasks::ResultTask<T>::get_Result()

ReturnValue

T The result value produced by the task

Remarks

This method blocks until the task completes if necessary

See Also