C# Class FX.Services.Components.Task

Afficher le fichier Open project: CustomerFX/SalesLogixBackgroundTasks Class Usage Examples

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( ) : void
Task ( double interval ) : System

Private Methods

Méthode Description
Execute ( ) : void
Initialize ( ) : void
StartTask ( ) : void
timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Task() public méthode

public Task ( double interval ) : System
interval double
Résultat System