get_Result()

ResultTask::get_Result() const method

Gets the result of the asynchronous operation.

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

Return Value

T The result value produced by the task

Remarks

This method blocks until the task completes if necessary

See Also