returnType:Class
[read-write]
The return type to which results will be cast. Optional.
Implementation
public function get returnType():Class
public function set returnType(value:Class):void
public override function send(... args):AsyncToken
Invokes the operation on the remote service. The return value is
an AsyncToken which can be used to retrieve the result of the
invocation. The lastResult property may also be used.
Parameters
| ... args — The arguments to be sent.
|
Returns
| AsyncToken — The AsyncToken that may be used to retrieve the result of
the invocation.
|