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:

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.