| Pacote | mx.rpc.mxml |
| Interface | public interface IMXMLSupport |
| Implementadores | HTTPMultiService, HTTPService, Operation, Operation, RemoteObject, WebService |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| concurrency : String
The concurrency setting of the RPC operation or HTTPService. | IMXMLSupport | ||
| showBusyCursor : Boolean
Indicates whether the RPC operation or HTTPService
should show the busy cursor while it is executing. | IMXMLSupport | ||
Detalhes da propriedade
concurrency | propriedade |
concurrency:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The concurrency setting of the RPC operation or HTTPService. One of "multiple" "last" or "single."
Implementação
public function get concurrency():String public function set concurrency(value:String):voidshowBusyCursor | propriedade |
showBusyCursor:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.
Implementação
public function get showBusyCursor():Boolean public function set showBusyCursor(value:Boolean):voidWed Jun 13 2018, 11:10 AM Z