Method | Description | |
---|---|---|
ProgressDialogWindowViewModel ( ProgressDialogWindow owner, ProgressDialogWindow options, System.Threading.Tasks.Task task ) : GoogleCloudExtension.Utils |
Method | Description | |
---|---|---|
CloseOnTaskCompletion ( ) : void |
This method will wait for the task to complete (whether succesfully or not) and then it will close the dialog.
|
|
CloseOwner ( ) : void | ||
OnCancelCommand ( ) : void | ||
OnOwnerClosed ( object sender, |
public ProgressDialogWindowViewModel ( ProgressDialogWindow owner, ProgressDialogWindow options, System.Threading.Tasks.Task task ) : GoogleCloudExtension.Utils | ||
owner | ProgressDialogWindow | |
options | ProgressDialogWindow | |
task | System.Threading.Tasks.Task | |
return | GoogleCloudExtension.Utils |