C# Class Library.Utilities.WatchTimer

Inheritance: ManagerBase
Show file Open project: Alliance-Network/Library

Public Methods

Method Description
Change ( System.TimeSpan period ) : void
Change ( System.TimeSpan start, System.TimeSpan period ) : void
Change ( int period ) : void
Change ( int start, int period ) : void
WatchTimer ( System.Action callback, System.TimeSpan period ) : System
WatchTimer ( System.Action callback, System.TimeSpan start, System.TimeSpan period ) : System
WatchTimer ( System.Action callback, int period ) : System
WatchTimer ( System.Action callback, int start, int period ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Timer ( object state ) : void

Method Details

Change() public method

public Change ( System.TimeSpan period ) : void
period System.TimeSpan
return void

Change() public method

public Change ( System.TimeSpan start, System.TimeSpan period ) : void
start System.TimeSpan
period System.TimeSpan
return void

Change() public method

public Change ( int period ) : void
period int
return void

Change() public method

public Change ( int start, int period ) : void
start int
period int
return void

Dispose() protected method

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

WatchTimer() public method

public WatchTimer ( System.Action callback, System.TimeSpan period ) : System
callback System.Action
period System.TimeSpan
return System

WatchTimer() public method

public WatchTimer ( System.Action callback, System.TimeSpan start, System.TimeSpan period ) : System
callback System.Action
start System.TimeSpan
period System.TimeSpan
return System

WatchTimer() public method

public WatchTimer ( System.Action callback, int period ) : System
callback System.Action
period int
return System

WatchTimer() public method

public WatchTimer ( System.Action callback, int start, int period ) : System
callback System.Action
start int
period int
return System