Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Web service classes > PendingCall.myCall | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
PendingCall.myCall
Property; the SOAPCall object corresponding to the PendingCall operation. The SOAPCall object contains information about the web service operation, and provides control over certain behaviors. For more information, see SOAPCall class.
The following onResult callback traces the name of the SOAPCall operation.
callback.onResult = function(result){// Check my operation name.trace("My operation name is " + this.myCall.name); }
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00003714.html