C# Class Plasma.ServiceJob

Inheritance: Kimono.KJob, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

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 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
ServiceJob ( Type dummy ) : System
SetResult ( Qyoto.QVariant result ) : void Sets the result for an operation.

Private Methods

Méthode Description
Start ( ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Destination() public méthode

public Destination ( ) : string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OperationName() public méthode

public OperationName ( ) : string
Résultat string

Parameters() public méthode

public Parameters ( ) : QVariant>.Dictionary
Résultat QVariant>.Dictionary

Result() public méthode

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().
public Result ( ) : Qyoto.QVariant
Résultat Qyoto.QVariant

ServiceJob() protected méthode

protected ServiceJob ( Type dummy ) : System
dummy System.Type
Résultat System

ServiceJob() public méthode

public ServiceJob ( string destination, string operation, QVariant>.Dictionary parameters ) : System
destination string
operation string
parameters QVariant>.Dictionary
Résultat System

ServiceJob() public méthode

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
public ServiceJob ( string destination, string operation, QVariant>.Dictionary parameters, QObject parent ) : System
destination string
operation string
parameters QVariant>.Dictionary
parent Qyoto.QObject
Résultat System

SetResult() protected méthode

Sets the result for an operation.
protected SetResult ( Qyoto.QVariant result ) : void
result Qyoto.QVariant
Résultat void