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

Inheritance: IDelayedOperation
Datei anzeigen Open project: einsteinx2/WaveBox

Public Methods

Method 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 method

public Cancel ( ) : void
return void

ResetWait() public method

Reset the operation to its original delay
public ResetWait ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

Run() public method

Run the UserPurge operation
public Run ( ) : void
return void

UserPurgeOperation() public method

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