User Guide
SOAPCall.concurrency 1435
Property summary for the SOAPCall object
The following table lists the properties of the SOAPCall object.
SOAPCall.concurrency
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
SOAPCall.concurrency
Description
Property; the number of concurrent requests. Possible values are listed in the table below:
Property Description
SOAPCall.concurrency The number of concurrent requests.
SOAPCall.doDecoding Turns the decoding of the XML response on or off.
SOAPCall.doLazyDecoding Turns “lazy decoding” (the delay of turning SOAP arrays into
ActionScript objects) on or off.
Value Description
SOAPCall.MULTIPLE_CONCURRENCY
Allows multiple active calls.
SOAPCall.SINGLE_CONCURRENCY
Allows only one call at a time by causing a fault after one is
active.
SOAPCall.LAST_CONCURRENCY
Allows only one call by cancelling previous ones.