C# Class AcManager.Tools.SpecialDriveModes.RsrStarter

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
RsrStarter ( int eventId ) : System
Start ( IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
StartWithDialog ( ) : void

Method Details

RsrStarter() public méthode

public RsrStarter ( int eventId ) : System
eventId int
Résultat System

Start() public méthode

public Start ( IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
progress IProgress
cancellation System.Threading.CancellationToken
Résultat Task

StartWithDialog() public méthode

public StartWithDialog ( ) : void
Résultat void