Remove the callback associated with the specified handle.
Declared in <bdlm_metricsadapter.h>
virtual
int
removeCollectionCallback(CallbackHandle const& handle) = 0;
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 registerCollectionCallback |