Remove the collection callback associated with the specified handle.
Synopsis
Declared in <balm_bdlmmetricsadapter.h>
virtual
int
removeCollectionCallback(CallbackHandle const& handle) override;
Description
Remove the callback associated with the specified handle from the metrics manager specified at construction. Return 0 on success, or a non‐zero value if handle cannot be found.
Return Value
0 on success, or a non‐zero value if handle cannot be found
Parameters
Name |
Description |
handle |
callback handle returned by registration |
Created with MrDocs