C# Class iNGen.TimedEvent

Show file Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Public Methods

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

Method Details

Invoke() public method

public Invoke ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

TimedEvent() public method

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