Pakket | mx.rpc.mxml |
Interface | public interface IMXMLSupport |
Geïmplementeerd door | HTTPMultiService, HTTPService, Operation, Operation, RemoteObject, WebService |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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 |
Eigenschapdetails
concurrency | eigenschap |
concurrency:String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The concurrency setting of the RPC operation or HTTPService. One of "multiple" "last" or "single."
Implementatie
public function get concurrency():String
public function set concurrency(value:String):void
showBusyCursor | eigenschap |
showBusyCursor:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.
Implementatie
public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void
Wed Jun 13 2018, 11:42 AM Z