메소드 | 설명 | |
---|---|---|
Execute ( ) : void |
Displays the dialog and runs the task. Handles cancellation and closing and destroying the dialog.
|
|
TaskRunDialog ( [ task, [ credentialProvider, CancellationTokenSource cancellationTokenSource ) : System |
Creates a new task tracking dialog.
|
메소드 | 설명 | |
---|---|---|
Build ( ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnProgressChanged ( |
||
RunTask ( ) : void | ||
TaskRunDialog ( [ task, ICredentialProvider credentialProvider, CancellationTokenSource cancellationTokenSource, [ parent = null ) : System | ||
TaskRunDialog_FormClosing ( object sender, |
||
TaskRunDialog_Shown ( object sender, |
public TaskRunDialog ( [ task, [ credentialProvider, CancellationTokenSource cancellationTokenSource ) : System | ||
task | [ | The trackable task to execute and display. |
credentialProvider | [ | Object used to retrieve credentials for specific |
cancellationTokenSource | CancellationTokenSource | Used to signal if the user pressed the Cancel button. |
리턴 | System |