ProgressWithCompletion<T> Constructor (Action<T>^)

 

Initializes a new instance of ProgressWithCompletion.

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

public:
ProgressWithCompletion(
	Action<T>^ handler
)

Parameters

handler
Type: System::Action<T>^

The handler.

Return to top
Show: