C# Class Pluton.Bootstrap.ServerTimers

Show file Open project: Notulp/Pluton

Public Properties

Property Type Description
_savetimer System.Timers.Timer

Public Methods

Method Description
Dispose ( ) : void
ServerTimers ( double save ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
_savetimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ServerTimers() public method

public ServerTimers ( double save ) : System
save double
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

_savetimer public property

public Timer,System.Timers _savetimer
return System.Timers.Timer