Timer Constructor (TimeSpan, Boolean, Boolean) |
Initializes a new instance of the Timer class.
Namespace:
SampSharp.GameMode.SAMP
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public Timer(
TimeSpan interval,
bool isRepeating,
bool running
)
Parameters
- interval
- Type: SystemTimeSpan
The interval. - isRepeating
- Type: SystemBoolean
Whether to IsRepeating the timer (True); or stop after the first Tick(False). - running
- Type: SystemBoolean
Whether the timer is running.
See Also