C# Класс WaveBox.Service.Services.Cron.UserPurgeOperation

Наследование: IDelayedOperation
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Cancel() публичный Метод

public Cancel ( ) : void
Результат void

ResetWait() публичный Метод

Reset the operation to its original delay
public ResetWait ( ) : void
Результат void

Restart() публичный Метод

public Restart ( ) : void
Результат void

Run() публичный Метод

Run the UserPurge operation
public Run ( ) : void
Результат void

UserPurgeOperation() публичный Метод

Set up the operation to run again at next interval
public UserPurgeOperation ( int minutesDelay ) : System
minutesDelay int
Результат System