JoinableTask<T>.Task Property

Definition

Gets the asynchronous task that completes when the async operation completes.

public:
 property System::Threading::Tasks::Task<T> ^ Task { System::Threading::Tasks::Task<T> ^ get(); };
public System.Threading.Tasks.Task<T> Task { get; }
member this.Task : System.Threading.Tasks.Task<'T>
Public ReadOnly Property Task As Task(Of T)

Property Value

Task<T>

Returns Task<TResult>.

Applies to