Package | mx.rpc.mxml |
Interface | public interface IMXMLSupport |
Implementors | HTTPService, Operation, Operation, RemoteObject, WebService |
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 |
concurrency | property |
concurrency:String
[read-write] The concurrency setting of the RPC operation or HTTPService. One of "multiple" "last" or "single."
public function get concurrency():String
public function set concurrency(value:String):void
showBusyCursor | property |
showBusyCursor:Boolean
[read-write] Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.
public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void