C# Class Qyoto.QDBusPendingCall

Inheritance: Object, IQDBusPendingCall, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
Dispose ( ) : void
Error ( ) : QDBusError
FromCompletedCall ( QDBusMessage message ) : IQDBusPendingCall
FromError ( QDBusError error ) : IQDBusPendingCall
IsError ( ) : bool
IsFinished ( ) : bool
IsValid ( ) : bool
QDBusPendingCall ( IQDBusPendingCall other ) : System
Reply ( ) : QDBusMessage
WaitForFinished ( ) : void

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QDBusPendingCall ( Type dummy ) : System

Private Methods

Méthode Description
QDBusPendingCall ( ) : System

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Error() public méthode

public Error ( ) : QDBusError
Résultat QDBusError

FromCompletedCall() public static méthode

public static FromCompletedCall ( QDBusMessage message ) : IQDBusPendingCall
message QDBusMessage
Résultat IQDBusPendingCall

FromError() public static méthode

public static FromError ( QDBusError error ) : IQDBusPendingCall
error QDBusError
Résultat IQDBusPendingCall

IsError() public méthode

public IsError ( ) : bool
Résultat bool

IsFinished() public méthode

public IsFinished ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

QDBusPendingCall() public méthode

public QDBusPendingCall ( IQDBusPendingCall other ) : System
other IQDBusPendingCall
Résultat System

QDBusPendingCall() protected méthode

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

Reply() public méthode

public Reply ( ) : QDBusMessage
Résultat QDBusMessage

WaitForFinished() public méthode

public WaitForFinished ( ) : void
Résultat void

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation