C# Class WaveBox.Service.Services.Cron.UserPurgeOperation

Inheritance: IDelayedOperation
Afficher le fichier Open project: einsteinx2/WaveBox

Méthodes publiques

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

Reset the operation to its original delay

Restart ( ) : void
Run ( ) : void

Run the UserPurge operation

UserPurgeOperation ( int minutesDelay ) : System

Set up the operation to run again at next interval

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

ResetWait() public méthode

Reset the operation to its original delay
public ResetWait ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

Run() public méthode

Run the UserPurge operation
public Run ( ) : void
Résultat void

UserPurgeOperation() public méthode

Set up the operation to run again at next interval
public UserPurgeOperation ( int minutesDelay ) : System
minutesDelay int
Résultat System