#include <RemoveDelegate.h>
Delegate class for the asynchronous version of method:
◆ onRemoveError()
virtual void cbe::delegate::container::RemoveDelegate::onRemoveError |
( |
Error && |
error, |
|
|
cbe::util::Context && |
context |
|
) |
| |
|
pure virtual |
Called if an error is encountered.
◆ onRemoveSuccess()
virtual void cbe::delegate::container::RemoveDelegate::onRemoveSuccess |
( |
cbe::ItemId |
containerId, |
|
|
std::string |
name |
|
) |
| |
|
pure virtual |
Called upon successful Remove.
- Parameters
-
containerId | Id of the cbe::Container being removed. |
name | Name of container that is being removed. |
The documentation for this class was generated from the following file: