Method |
Description |
|
Destination ( ) : string |
|
|
Dispose ( ) : void |
|
|
OperationName ( ) : string |
|
|
Parameters ( ) : QVariant>.Dictionary |
|
|
Result ( ) : Qyoto.QVariant |
Returns the result of the operation The result will be invalid if the job has not completed yet, or if the job does not have a meaningful result. Note that this should not be used to find out whether the operation was successful. Instead, you should check the value of error(). |
|
ServiceJob ( string destination, string operation, QVariant>.Dictionary parameters ) : System |
|
|
ServiceJob ( string destination, string operation, QVariant>.Dictionary parameters, QObject parent ) : System |
Default constructor @arg destination the subject that the job is acting on @arg operation the action that the job is performing on the destination @arg parameters the parameters of the action @arg parent the parent object for this service |
|