| Paket | mx.rpc.mxml |
| Gränssnitt | public interface IMXMLSupport |
| Implementorer | HTTPMultiService, HTTPService, Operation, Operation, RemoteObject, WebService |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| 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 | ||
Egenskapsdetaljer
concurrency | egenskap |
concurrency:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The concurrency setting of the RPC operation or HTTPService. One of "multiple" "last" or "single."
Implementering
public function get concurrency():String public function set concurrency(value:String):voidshowBusyCursor | egenskap |
showBusyCursor:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.
Implementering
public function get showBusyCursor():Boolean public function set showBusyCursor(value:Boolean):voidTue Jun 12 2018, 01:40 PM Z