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 19, 2019
·
17 revisions
A timer. This class cannot be inherited.
public class Exomia.Native.Timers.Timer
: IDisposable
Events
Type | Name | Summary |
---|---|---|
ElapsedEventHandler |
Elapsed | Occurs when the interval elapses. |
Methods
Type | Name | Summary |
---|---|---|
void |
Dispose() | Releases the unmanaged resources used by the Exomia.Native.Timers.Timer and optionally releases the managed resources. |
void |
Restart() | Restart the current timer instance. |
void |
Start() | Start the current timer instance. |
void |
Stop() | Stop the current timer instance (if any) |