#include <JoinDelegate.h>
Delegate class for the asynchronous version of method:
- Note
- This is different from the group join.
◆ ErrorInfo
Contains all information about a failed join.
◆ onJoinError()
Called upon a failed join() call.
- Parameters
-
error | Error information passed from CloudBackend SDK. |
context | Additional context information about the original service call that has failed. |
◆ onJoinSuccess()
virtual void cbe::delegate::JoinDelegate::onJoinSuccess |
( |
cbe::QueryResult && |
queryResult | ) |
|
|
pure virtual |
Called upon successful query.
- Parameters
-
queryResult | Instance of a QueryResult containing the result set. |
The documentation for this class was generated from the following file: