| 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 
| Method | Defined By | ||
|---|---|---|---|
|  | 
	  This method is called by a service when an error has been received. | IResponder | |
|  | 
	  This method is called by a service when the return value
	  has been received. | IResponder | |
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:AsyncTokenThu Dec 4 2014, 05:50 PM -08:00