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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
ProgressWithCompletion<T> Třída