Load into result the default scheduled publication interval.
Synopsis
Declared in <balm_publicationscheduler.h>
bool
getDefaultSchedule(bsls::TimeInterval* result) const;
Description
Load into the specified result the default scheduled interval, (set using the setDefaultSchedule method), for periodically publishing metrics, if found, and return true, or (if not found) return false with no effect.
Return Value
true if a default schedule is set, and false otherwise
Parameters
Name |
Description |
result |
receives the default publication interval |
Created with MrDocs