C# Class ttaudio.TaskForm

Afficher le fichier Open project: sidiandi/ttaudio Class Usage Examples

Méthodes publiques

Méthode Description
StartTask ( string caption, System action ) : Task
TaskForm ( Task task, CancellationTokenSource cancellationTokenSource ) : log4net.Core

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
Cancel ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnComplete ( ) : void
TaskForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
Timer_Tick ( object sender, EventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

StartTask() public static méthode

public static StartTask ( string caption, System action ) : Task
caption string
action System
Résultat Task

TaskForm() public méthode

public TaskForm ( Task task, CancellationTokenSource cancellationTokenSource ) : log4net.Core
task Task
cancellationTokenSource CancellationTokenSource
Résultat log4net.Core