C# Class DNTScheduler.PingTask

DNTScheduler needs a ping service to keep it alive.
Inheritance: DNTScheduler.ScheduledTaskTemplate
Exibir arquivo Open project: VahidN/DNTScheduler

Public Methods

Method Description
Run ( ) : void

RunAsync ( ) : System.Threading.Tasks.Task

RunAt ( System.DateTime utcNow ) : bool

Method Details

Run() public method

public Run ( ) : void
return void

RunAsync() public method

public RunAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

RunAt() public method

public RunAt ( System.DateTime utcNow ) : bool
utcNow System.DateTime
return bool