C# 클래스 Plasma.ServiceJob

상속: Kimono.KJob, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
ServiceJob ( Type dummy ) : System
SetResult ( Qyoto.QVariant result ) : void Sets the result for an operation.

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Destination() 공개 메소드

public Destination ( ) : string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OperationName() 공개 메소드

public OperationName ( ) : string
리턴 string

Parameters() 공개 메소드

public Parameters ( ) : QVariant>.Dictionary
리턴 QVariant>.Dictionary

Result() 공개 메소드

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
리턴 Qyoto.QVariant

ServiceJob() 보호된 메소드

protected ServiceJob ( Type dummy ) : System
dummy System.Type
리턴 System

ServiceJob() 공개 메소드

public ServiceJob ( string destination, string operation, QVariant>.Dictionary parameters ) : System
destination string
operation string
parameters QVariant>.Dictionary
리턴 System

ServiceJob() 공개 메소드

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
리턴 System

SetResult() 보호된 메소드

Sets the result for an operation.
protected SetResult ( Qyoto.QVariant result ) : void
result Qyoto.QVariant
리턴 void