C# Class UlteriusServer.Api.Services.LocalSystem.Daemons.CronDaemon

Inheritance: ICronDaemon
Afficher le fichier Open project: Ulterius/server

Méthodes publiques

Свойство Type Description
Online bool

Méthodes publiques

Méthode Description
AddJob ( string schedule, System.Guid id, JobModel job ) : void
CronDaemon ( ) : System
RemoveJob ( System.Guid id ) : bool
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
timerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

AddJob() public méthode

public AddJob ( string schedule, System.Guid id, JobModel job ) : void
schedule string
id System.Guid
job JobModel
Résultat void

CronDaemon() public méthode

public CronDaemon ( ) : System
Résultat System

RemoveJob() public méthode

public RemoveJob ( System.Guid id ) : bool
id System.Guid
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Online public_oe property

public bool Online
Résultat bool