SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::delegate::container::RemoveDelegate Class Referenceabstract

#include <RemoveDelegate.h>

Classes

struct  ErrorInfo
 

Public Types

using Success = RemoveSuccess
 
using Error = delegate::Error
 

Public Member Functions

virtual void onRemoveSuccess (cbe::ItemId containerId, std::string name)=0
 
virtual void onRemoveError (Error &&error, cbe::util::Context &&context)=0
 

Detailed Description

Delegate class for the asynchronous version of method:

Member Function Documentation

◆ 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
containerIdId of the cbe::Container being removed.
nameName of container that is being removed.

The documentation for this class was generated from the following file: