| Pacchetto | mx.rpc.mxml |
| Interfaccia | public interface IMXMLSupport |
| Implementatori | HTTPMultiService, HTTPService, Operation, Operation, RemoteObject, WebService |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| 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 | ||
Descrizione delle proprietà
concurrency | proprietà |
concurrency:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
The concurrency setting of the RPC operation or HTTPService. One of "multiple" "last" or "single."
Implementazione
public function get concurrency():String public function set concurrency(value:String):voidshowBusyCursor | proprietà |
showBusyCursor:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.
Implementazione
public function get showBusyCursor():Boolean public function set showBusyCursor(value:Boolean):voidTue Jun 12 2018, 02:44 PM Z