Méthode | 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 |
||
ServiceJob ( string destination, string operation, QVariant>.Dictionary |
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 |
Méthode | Description | |
---|---|---|
CreateProxy ( ) : void | ||
ServiceJob ( |
||
SetResult ( Qyoto.QVariant result ) : void | Sets the result for an operation. |
Méthode | Description | |
---|---|---|
Start ( ) : void |
public Parameters ( ) : QVariant>.Dictionary |
||
Résultat | QVariant>.Dictionary |
protected ServiceJob ( |
||
dummy | ||
Résultat | System |
public ServiceJob ( string destination, string operation, QVariant>.Dictionary |
||
destination | string | |
operation | string | |
parameters | QVariant>.Dictionary | |
Résultat | System |
public ServiceJob ( string destination, string operation, QVariant>.Dictionary |
||
destination | string | |
operation | string | |
parameters | QVariant>.Dictionary | |
parent | ||
Résultat | System |
protected SetResult ( Qyoto.QVariant result ) : void | ||
result | Qyoto.QVariant | |
Résultat | void |