[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
Add(ScheduleSpec, ScheduleCallback, ScheduleSlot) |
Adds the specified spec.
|
Add(Int64, ScheduleCallback, ScheduleSlot) |
Add a callback for after the given milliseconds from the current time.
If the same callback (equals) was already added before, the method will not add a new
callback or change the existing callback to a new time, but throw an exception.
|