Implementing this interface means that an RPC service
can be used in an MXML document via tags
since it supports the interfaces specified during Flex 1.
concurrency:String
[read-write]
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:Boolean
[read-write]
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
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Fri Feb 15 2008, 2:47 AM GMT-08:00