JoinableTask<T>::Task Property

 

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

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
property Task<T>^ Task {
	Task<T>^ get();
}

Property Value

Type: System.Threading.Tasks::Task<T>^

Returns Task<TResult>.

Return to top
Show: