![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
#include <UnPublishDelegate.h>
Classes | |
struct | ErrorInfo |
Public Types | |
using | Success = UnPublishSuccess |
using | Error = delegate::Error |
Public Member Functions | |
virtual void | onUnPublishSuccess (cbe::PublishId publishId, cbe::ItemId itemId)=0 |
virtual void | onUnPublishError (Error &&error, cbe::util::Context &&context)=0 |
Delegate class for the asynchronous version of methods:
|
pure virtual |
Called if an error was encountered.
|
pure virtual |
Called upon successful unPublish.
publishId | Id of the publictoion being published. |
itemId | Id of the item - cbe::Object or cbe::Container - that has been unPublished |