C# Class SecureDelete.Schedule.OneTimeSchedule

Inheritance: ScheduleBase
显示文件 Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
GetScheduleTime ( ) : DateTime?
OneTimeSchedule ( ) : System
StartSchedule ( ) : bool
StopSchedule ( ) : bool

Private Methods

Method Description
OnDeserializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void
OnTimeEllapsed ( object sender, EventArgs e ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

GetScheduleTime() public method

public GetScheduleTime ( ) : DateTime?
return DateTime?

OneTimeSchedule() public method

public OneTimeSchedule ( ) : System
return System

StartSchedule() public method

public StartSchedule ( ) : bool
return bool

StopSchedule() public method

public StopSchedule ( ) : bool
return bool