C# 클래스 GoogleCloudExtension.ProgressDialog.ProgressDialogWindowViewModel

This class is the view model for the ProgressDialog.
상속: GoogleCloudExtension.Utils.ViewModelBase
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
ProgressDialogWindowViewModel ( ProgressDialogWindow owner, ProgressDialogWindow options, System.Threading.Tasks.Task task ) : GoogleCloudExtension.Utils

비공개 메소드들

메소드 설명
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, EventArgs e ) : void

메소드 상세

ProgressDialogWindowViewModel() 공개 메소드

public ProgressDialogWindowViewModel ( ProgressDialogWindow owner, ProgressDialogWindow options, System.Threading.Tasks.Task task ) : GoogleCloudExtension.Utils
owner ProgressDialogWindow
options ProgressDialogWindow
task System.Threading.Tasks.Task
리턴 GoogleCloudExtension.Utils