Packagecom.yahoo.webapis
Interfacepublic interface IService
ImplementorsSearchService

The interface provides the methods and properties that a typical Yahoo! service requires. All services should implement this interface.



Public Properties
 PropertyDefined by
  lastResult : Object
[read-only] The result of the last service invocation
IService
Public Methods
 MethodDefined by
  
send(parameters:Object = null):void
This provides a way to use a standard method for invoking a service.
IService
Property detail
lastResultproperty
lastResult:Object  [read-only]

The result of the last service invocation

Implementation
    public function get lastResult():Object
Method detail
send()method
public function send(parameters:Object = null):void

This provides a way to use a standard method for invoking a service.

Parameters
parameters:Object (default = null)