C# Class Manos.IO.Managed.TimerWatcher

Inheritance: Manos.IO.Managed.Watcher, ITimerWatcher
Mostrar archivo Open project: toptensoftware/manos Class Usage Examples

Public Methods

Method Description
Again ( ) : void
Start ( ) : void
Stop ( ) : void
TimerWatcher ( Context context, System.Action callback, System.TimeSpan after, System.TimeSpan repeat ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Invoke ( object state ) : void

Method Details

Again() public method

public Again ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

TimerWatcher() public method

public TimerWatcher ( Context context, System.Action callback, System.TimeSpan after, System.TimeSpan repeat ) : System
context Context
callback System.Action
after System.TimeSpan
repeat System.TimeSpan
return System