Package | mx.data |
Interface | public interface ITokenResponder extends IResponder |
Implementors | AsyncTokenResponder |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
resultToken : mx.rpc:AsyncToken [read-only]
The AsyncToken for this responder. | ITokenResponder |
Public Methods
Property Detail
resultToken | property |
resultToken:mx.rpc:AsyncToken
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The AsyncToken for this responder. Allows additional data to be tracked with the asynchronous call.
Implementation
public function get resultToken():mx.rpc:AsyncToken
Thu Dec 6 2018, 01:12 PM -08:00