C# Class Qyoto.QDBusPendingCall

Inheritance: Object, IQDBusPendingCall, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
QDBusPendingCall ( Type dummy ) : System

Private Methods

Method Description
QDBusPendingCall ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Error() public method

public Error ( ) : QDBusError
return QDBusError

FromCompletedCall() public static method

public static FromCompletedCall ( QDBusMessage message ) : IQDBusPendingCall
message QDBusMessage
return IQDBusPendingCall

FromError() public static method

public static FromError ( QDBusError error ) : IQDBusPendingCall
error QDBusError
return IQDBusPendingCall

IsError() public method

public IsError ( ) : bool
return bool

IsFinished() public method

public IsFinished ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

QDBusPendingCall() public method

public QDBusPendingCall ( IQDBusPendingCall other ) : System
other IQDBusPendingCall
return System

QDBusPendingCall() protected method

protected QDBusPendingCall ( Type dummy ) : System
dummy System.Type
return System

Reply() public method

public Reply ( ) : QDBusMessage
return QDBusMessage

WaitForFinished() public method

public WaitForFinished ( ) : void
return void

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation