Package | mx.rpc.mxml |
Interface | public interface IMXMLSupport |
Implementors | HTTPMultiService, HTTPService, Operation, Operation, RemoteObject, WebService |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Property | Defined By | ||
---|---|---|---|
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 |
Property Detail
concurrency | property |
concurrency:String
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
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 | property |
showBusyCursor:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
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
Thu Dec 6 2018, 01:12 PM -08:00