Same as the preceding overload, with the specified key.

Synopsis

Declared in <bdlmt_timereventscheduler.h>

int
rescheduleEvent(
    Handle handle,
    EventKey const& key,
    bsls::TimeInterval const& newTime,
    bool wait = false);

Return Value

0 on successful reschedule, and a non‐zero value otherwise

Parameters

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

Created with MrDocs