包 | mx.rpc.mxml |
接口 | public interface IMXMLSupport |
实现器 | HTTPService, Operation, Operation, RemoteObject, WebService |
属性 | 定义方 | ||
---|---|---|---|
concurrency : String RPC 操作或 HTTPService 的并发设置。 | IMXMLSupport | ||
showBusyCursor : Boolean 指示 RPC 操作或 HTTPService 是否应在执行时显示忙碌光标。 | IMXMLSupport |
concurrency | 属性 |
concurrency:String
[读写] RPC 操作或 HTTPService 的并发设置。“multiple”、“last”或“single”之一。
public function get concurrency():String
public function set concurrency(value:String):void
showBusyCursor | 属性 |
showBusyCursor:Boolean
[读写] 指示 RPC 操作或 HTTPService 是否应在执行时显示忙碌光标。
public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void