| Herqq | 
This class is used to specify information used to control the execution of an asynchronous operation and the notification of its completion. More...
#include <HExecArgs>
| Public Types | |
| enum | ExecType { Normal, FireAndForget } | 
| Public Member Functions | |
| HExecArgs (ExecType type=Normal) | |
| ~HExecArgs () | |
| ExecType | execType () const | 
| void | setExecType (ExecType type) | 
| Friends | |
| H_UPNP_CORE_EXPORT bool | operator== (const HExecArgs &, const HExecArgs &) | 
| Related Functions | |
| (Note that these are not member functions.) | |
| bool | operator!= (const HExecArgs &obj1, const HExecArgs &obj2) | 
This class is used to specify information used to control the execution of an asynchronous operation and the notification of its completion.
| enum ExecType | 
This enumeration specifies how the asynchronous operation should be run.
| ~HExecArgs | ( | ) | 
Destroys the instance.
| ExecType execType | ( | ) | const  [inline] | 
Indicates how the operation should be run and its completion or failure be signaled.
| void setExecType | ( | ExecType | type | ) |  [inline] | 
Sets the value indicating how the operation should be run and its completion or failure be signaled.
| type | specifies the value indicating how the operation should be run and its completion or failure be signaled. | 
Compares the two objects for equality.
 1.7.3
 1.7.3