| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.services.PendingCall
Field Summary | |
| public | fault |
| public | result |
Property Summary | |
| public | methodName: String (read-only) |
| Retrieve the method name associated with his call * | |
| public | responder: IResponder (read, write) |
| Gets/Sets the IResponder object that will process the results of the call. | |
| public | service: IService (read-only) |
| Retrieve the service associated with his call * | |
Constructor | |
| public | PendingCall ( service: IService, methodName: String) |
| Create a PendingCall object for a Service request. | |
Method Summary | |
| public | toString ( ): String |
| about info | |
| public var fault |
| public var result |
|
| Retrieve the method name associated with his call * |
|
| Gets/Sets the IResponder object that will process the results of the call. |
|
| Retrieve the service associated with his call * |
|
| Create a PendingCall object for a Service request. The PendingCall Object is created with a reference to the requested Service. The PendingCall Object is responsible for setting up the IResponder and managing event handlers for Result/Fault. | ||||||
|
|
| about info |