Remove the callback associated with the specified handle.

Synopsis

Declared in <bdlm_metricsadapter.h>

virtual
int
removeCollectionCallback(CallbackHandle const& handle) = 0;

Description

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 registerCollectionCallback

Created with MrDocs