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
handler
Type: System.Action<T>The handler.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProgressWithCompletion<T> Class