#include <TypedResult.h>


Public Member Functions | |
| TypedResult (Future f, shared_ptr< SessionImpl > s) | |
| T & | get () |
| Wait for the asynchronous command that returned this TypedResult to complete and return its result. | |
You can use get() to wait for completion and get the result value.
Definition at line 35 of file TypedResult.h.
| T& qpid::client::TypedResult< T >::get | ( | ) | [inline] |
Wait for the asynchronous command that returned this TypedResult to complete and return its result.
| If | the command returns an error, get() throws an exception. |
Definition at line 52 of file TypedResult.h.
1.5.6