C# 클래스 AcManager.Tools.SpecialDriveModes.RsrStarter

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
RsrStarter ( int eventId ) : System
Start ( IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
StartWithDialog ( ) : void

메소드 상세

RsrStarter() 공개 메소드

public RsrStarter ( int eventId ) : System
eventId int
리턴 System

Start() 공개 메소드

public Start ( IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
progress IProgress
cancellation System.Threading.CancellationToken
리턴 Task

StartWithDialog() 공개 메소드

public StartWithDialog ( ) : void
리턴 void