Paquete | mx.rpc.mxml |
Interfaz | public interface IMXMLSupport |
Implementadores | HTTPMultiService, HTTPService, Operation, Operation, RemoteObject, WebService |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
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 |
Información sobre propiedades
concurrency | propiedad |
concurrency:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The concurrency setting of the RPC operation or HTTPService. One of "multiple" "last" or "single."
Implementación
public function get concurrency():String
public function set concurrency(value:String):void
showBusyCursor | propiedad |
showBusyCursor:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.
Implementación
public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void
Tue Jun 12 2018, 02:12 PM Z