Remove the collection callback associated with the specified handle.
Declared in <balm_bdlmmetricsadapter.h>
virtual
int
removeCollectionCallback(CallbackHandle const& handle) override;
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.
0 on success, or a non-zero value if handle cannot be found
| Name | Description |
|---|---|
| handle | callback handle returned by registration |