Same as the preceding overload, with the specified key.
Declared in <bdlmt_timereventscheduler.h>
int
rescheduleEvent(
Handle handle,
EventKey const& key,
bsls::TimeInterval const& newTime,
bool wait = false);
0 on successful reschedule, and a non-zero value otherwise
| Name | Description |
|---|---|
| handle | identifier of the event to reschedule |
| key | key uniquely identifying the event |
| newTime | new absolute dispatch time |
| wait | if true, wait until the event is rescheduled or dispatched |