#include <Completion.h>
Public Member Functions | |
Completion (Future f, shared_ptr< SessionImpl > s) | |
void | wait () |
Wait for the asynchronous command that returned this Completion to complete. | |
bool | isComplete () |
Protected Attributes | |
Future | future |
shared_ptr< SessionImpl > | session |
You can use the completion to wait for that specific command to complete.
Definition at line 41 of file Completion.h.
void qpid::client::Completion::wait | ( | ) | [inline] |
Wait for the asynchronous command that returned this Completion to complete.
If | the command returns an error, get() throws an exception. |
Definition at line 59 of file Completion.h.