C# Class iNGen.TimedEvent

Afficher le fichier Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Méthodes publiques

Méthode Description
Invoke ( ) : void
Reset ( ) : void
TimedEvent ( int eventPeriodMilliseconds, System.Action action, bool runOnce = false ) : System

Method Details

Invoke() public méthode

public Invoke ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

TimedEvent() public méthode

public TimedEvent ( int eventPeriodMilliseconds, System.Action action, bool runOnce = false ) : System
eventPeriodMilliseconds int
action System.Action
runOnce bool
Résultat System