ProgressWithCompletion<T> Constructor (Action<T>)

Initializes a new instance of ProgressWithCompletion.

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

Syntax

'Declaration
Public Sub New ( _
    handler As Action(Of T) _
)
public ProgressWithCompletion(
    Action<T> handler
)
public:
ProgressWithCompletion(
    Action<T>^ handler
)
new : 
        handler:Action<'T> -> ProgressWithCompletion
public function ProgressWithCompletion(
    handler : Action<T>
)

Parameters

.NET Framework Security

See Also

Reference

ProgressWithCompletion<T> Class

ProgressWithCompletion<T> Overload

Microsoft.VisualStudio.Threading Namespace