 | TaskServiceComHandlerUpdate Delegate |
Delegate for methods that support update calls during COM handler execution.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic delegate void ComHandlerUpdate(
short percentage,
string message
)
Public Delegate Sub ComHandlerUpdate (
percentage As Short,
message As String
)
public delegate void ComHandlerUpdate(
short percentage,
String^ message
)
Request Example
View SourceParameters
- percentage
- Type: SystemInt16
The percentage of completion (0 to 100). - message
- Type: SystemString
An optional message.
See Also