SDK  2.1.4
CloudBackend Software Development Kit - SDK API for C++
Sequence diagrams - async

Login asynchronous UML

Sequence diagram for logIn using a delegate for asynchronous callbacks.

User can log in by calling login() submitting parameters with the credentials of:

  • username
  • password
  • tenant

Create a Delegate that will get an input-callback of either:

  • success
  • error


Call the logIn() with credentials and the pointer to the delegate that is going to handle the callback.

Normally you need to wait for the completion and then, depending on if the result was success or error, take an appropriate action.

Login process sequence diagram
























Query asynchronous UML

Sequence diagram for a query [optional filter] using a delegate for asynchronous callbacks.



Query process sequence diagram