Remove the callback associated with the specified handle.

Synopsis

Declared in <balm_metricsmanager.h>

int
removeCollectionCallback(CallbackHandle handle);

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

opaque handle returned by registerCollectionCallback

Created with MrDocs