| Package | com.yahoo.webapis |
| Interface | public interface IService |
| Implementors | SearchService |
| Property | Defined by | ||
|---|---|---|---|
| lastResult : Object [read-only]
The result of the last service invocation
| IService | ||
| Method | Defined by | ||
|---|---|---|---|
|
send(parameters:Object = null):void
This provides a way to use a standard method for invoking a service.
| IService | ||
| lastResult | property |
lastResult:Object [read-only]The result of the last service invocation
Implementation public function get lastResult():Object
| send | () | method |
public function send(parameters:Object = null):voidThis provides a way to use a standard method for invoking a service.
Parametersparameters:Object (default = null) |