| Pakiet | mx.rpc.mxml |
| Interfejs | public interface IMXMLSupport |
| Implementory | HTTPMultiService, HTTPService, Operation, Operation, RemoteObject, WebService |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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 | ||
Szczegół właściwości
concurrency | właściwość |
concurrency:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The concurrency setting of the RPC operation or HTTPService. One of "multiple" "last" or "single."
Implementacja
public function get concurrency():String public function set concurrency(value:String):voidshowBusyCursor | właściwość |
showBusyCursor:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.
Implementacja
public function get showBusyCursor():Boolean public function set showBusyCursor(value:Boolean):voidTue Jun 12 2018, 12:06 PM Z