This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Exomia.Native.Timers
Daniel Baetz edited this page Jun 21, 2019
·
17 revisions
A timer. This class cannot be inherited.
public class Exomia.Native.Timers.Timer
: IDisposable
`.ctor` Timer(`UInt32` delay, `EventType` eventType = Periodic)
Initializes a new instance of the [Exomia.Native.Timers.Timer](Exomia.Native.Timers#timer) class.
- `delay` - The delay.
- `eventType` - (Optional) Type of the event.
void
Dispose()