 | TimerTask Constructor |
[This is preliminary documentation and is subject to change.]
Timer task that executes (0:300) when it triggers
Namespace:
Monkeyspeak.Libraries
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic TimerTask(
Page owner,
double interval,
double id,
double delay = 0
)
Public Sub New (
owner As Page,
interval As Double,
id As Double,
Optional delay As Double = 0
)
public:
TimerTask(
Page^ owner,
double interval,
double id,
double delay = 0
)
new :
owner : Page *
interval : float *
id : float *
?delay : float
(* Defaults:
let _delay = defaultArg delay 0
*)
-> TimerTask
Parameters
- owner
- Type: MonkeyspeakPage
[Missing <param name="owner"/> documentation for "M:Monkeyspeak.Libraries.TimerTask.#ctor(Monkeyspeak.Page,System.Double,System.Double,System.Double)"]
- interval
- Type: SystemDouble
Interval in Seconds - id
- Type: SystemDouble
[Missing <param name="id"/> documentation for "M:Monkeyspeak.Libraries.TimerTask.#ctor(Monkeyspeak.Page,System.Double,System.Double,System.Double)"]
- delay (Optional)
- Type: SystemDouble
[Missing <param name="delay"/> documentation for "M:Monkeyspeak.Libraries.TimerTask.#ctor(Monkeyspeak.Page,System.Double,System.Double,System.Double)"]
See Also