JoinableTask::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^ Task {
	Task^ get();
}

Property Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: