C# 클래스 WaveBox.Service.Services.Cron.UserPurgeOperation

상속: IDelayedOperation
파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
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