ActionScript 2.0 Components Language Reference |
|
|
|
| Web service classes > SOAPCall.concurrency | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
SOAPCall.concurrency
Property; the number of concurrent requests. Possible values are listed in the table below:
|
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. |
|
|
|
|