| Paket | mx.rpc.mxml |
| Arabirim | public interface IMXMLSupport |
| Uygulayıcılar | HTTPMultiService, HTTPService, Operation, Operation, RemoteObject, WebService |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| 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 | ||
Özellik Ayrıntısı
concurrency | özellik |
concurrency:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The concurrency setting of the RPC operation or HTTPService. One of "multiple" "last" or "single."
Uygulama
public function get concurrency():String public function set concurrency(value:String):voidshowBusyCursor | özellik |
showBusyCursor:Boolean| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.
Uygulama
public function get showBusyCursor():Boolean public function set showBusyCursor(value:Boolean):voidTue Jun 12 2018, 01:09 PM Z