removePublisher overloads
Synopses
Declared in <balm_metricsmanager.h>
Same as the preceding overload, accepting a shared pointer.
int
removePublisher(bsl::shared_ptr<Publisher> const& publisher);
Stop publishing metrics to the specified publisher (for each category), and remove it from this metrics manager. Return 0 on success, and a non‐zero value if publisher cannot be found.
int
removePublisher(Publisher const* publisher);
Created with MrDocs