Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
FX
Services
Components
Task
C# Class FX.Services.Components.Task
Show file
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