ProgressWithCompletion<T> Constructor (Func<T, Task^>^)

 

Initializes a new instance of ProgressWithCompletion.

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

public:
ProgressWithCompletion(
	Func<T, Task^>^ handler
)

Parameters

handler
Type: System::Func<TTask^>^

The async handler.

Return to top
Show: