Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Implementing this interface means that an RPC service
can be used in an MXML document by using MXML tags.
concurrency:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The concurrency setting of the RPC operation or HTTPService.
One of "multiple" "last" or "single."
Implementation public function get concurrency():String
public function set concurrency(value:String):void
showBusyCursor:Boolean
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Indicates whether the RPC operation or HTTPService
should show the busy cursor while it is executing.
Implementation public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void