Sdílet prostřednictvím


ProgressWithCompletion<T> – konstruktor (Action<T>)

Inicializuje novou instanci ProgressWithCompletion.

Obor názvů:  Microsoft.VisualStudio.Threading
Sestavení:  Microsoft.VisualStudio.Threading (v Microsoft.VisualStudio.Threading.dll)

Syntaxe

'Deklarace
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>
)

Parametry

  • handler
    Typ: Action<T>

    Obslužná rutina.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ProgressWithCompletion<T> Třída

ProgressWithCompletion<T> – přetížení

Microsoft.VisualStudio.Threading – obor názvů