C# Class FX.Services.Components.Task

Exibir arquivo Open project: CustomerFX/SalesLogixBackgroundTasks Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void
Task ( double interval ) : System

Private Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Task() public method

public Task ( double interval ) : System
interval double
return System