System.Threading.Tasks.Task<TResult>.Result Property

Gets the result value of this System.Threading.Tasks.Task`1.

Syntax

[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public TResult Result { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The get accessor for this property ensures that the asynchronous operation is complete before returning. Once the result of the computation is available, it is stored and will be returned immediately on later calls to Task`1.Result.

Requirements

Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0