C# Class Woopsa.LightWeightTimerScheduler

Inheritance: IDisposable
ファイルを表示 Open project: woopsa-protocol/Woopsa Class Usage Examples

Public Methods

Method Description
AllocateTimer ( System.TimeSpan interval ) : LightWeightTimer
Dispose ( ) : void
LightWeightTimerScheduler ( ) : System
Start ( ) : void
Terminate ( ) : void

Private Methods

Method Description
DeallocateTimer ( LightWeightTimer timer, LightWeightTimerTimeClass timeClass ) : void
Execute ( object obj ) : void

Method Details

AllocateTimer() public method

public AllocateTimer ( System.TimeSpan interval ) : LightWeightTimer
interval System.TimeSpan
return LightWeightTimer

Dispose() public method

public Dispose ( ) : void
return void

LightWeightTimerScheduler() public method

public LightWeightTimerScheduler ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Terminate() public method

public Terminate ( ) : void
return void