C# Class Pluton.Bootstrap.ServerTimers

Afficher le fichier Open project: Notulp/Pluton

Méthodes publiques

Свойство Type Description
_savetimer System.Timers.Timer

Méthodes publiques

Méthode Description
Dispose ( ) : void
ServerTimers ( double save ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
_savetimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ServerTimers() public méthode

public ServerTimers ( double save ) : System
save double
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

_savetimer public_oe property

public Timer,System.Timers _savetimer
Résultat System.Timers.Timer