C# Class System.Threading.Timer.Scheduler

显示文件 Open project: runefs/Marvin

Public Methods

Method Description
Change ( Timer timer, long new_next_run ) : void
Remove ( Timer timer ) : void

Private Methods

Method Description
Add ( Timer timer ) : void
FindByDueTime ( long nr ) : int
InternalRemove ( Timer timer ) : int
Scheduler ( ) : System.Runtime.InteropServices
SchedulerThread ( ) : void
ShrinkIfNeeded ( ArrayList list, int initial ) : void

Method Details

Change() public method

public Change ( Timer timer, long new_next_run ) : void
timer Timer
new_next_run long
return void

Remove() public method

public Remove ( Timer timer ) : void
timer Timer
return void