Deregister the handler previously registered for the specified prefix.
Declared in <balb_controlmanager.h>
int
deregisterHandler(std::string_view const& prefix);
Return 0 on success or a non-zero value otherwise.
0 on success, or a non-zero value otherwise
| Name | Description |
|---|---|
| prefix | case-insensitive message prefix to deregister |