JoinableTask<T>.Task Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.