C# Class TinySheets.Tasks.TaskEntry

Mostrar archivo Open project: Readify/IocDevDay

Public Methods

Method Description
RunIfDue ( System.DateTime now ) : void
TaskEntry ( System.TimeSpan frequency, System.Action task, Action handleException ) : System

Method Details

RunIfDue() public method

public RunIfDue ( System.DateTime now ) : void
now System.DateTime
return void

TaskEntry() public method

public TaskEntry ( System.TimeSpan frequency, System.Action task, Action handleException ) : System
frequency System.TimeSpan
task System.Action
handleException Action
return System