#include <CreateContainerDelegate.h>
Delegate class for the asynchronous version of method:
◆ onCreateContainerError()
virtual void cbe::delegate::CreateContainerDelegate::onCreateContainerError |
( |
Error && |
error, |
|
|
cbe::util::Context && |
context |
|
) |
| |
|
pure virtual |
Called if an error is encountered.
◆ onCreateContainerSuccess()
virtual void cbe::delegate::CreateContainerDelegate::onCreateContainerSuccess |
( |
cbe::Container && |
container | ) |
|
|
pure virtual |
Called upon successful CreateContainer.
- Parameters
-
container | Instance of Container that is being created. |
The documentation for this class was generated from the following file: