Show Method
Shows a modeless progress view
Syntax
void Show(
System.Threading.Tasks.Task task,
System.Threading.CancellationTokenSource cancelToken,
System.IntPtr parent
)Sub Show( _
ByVal task As System.Threading.Tasks.Task, _
ByVal cancelToken As System.Threading.CancellationTokenSource, _
ByVal parent As System.IntPtr _
) Parameters
| Name | Description |
|---|---|
| task | An optional task that is executing a background process. If specified, then the progress view will automatically close when the task finishes executing |
| cancelToken | A cancellation token whose Cancel method will be called if the user clicks the Cancel button on the Progress View |
| parent | A handle to the parent window for the progress view |