startAsynchronous() method

Executes the request in the background.

Syntax

public virtual void startAsynchronous ()

Usage

The client should register the callback selector to get notified about various events such as failure, completion, and so on. 
Usage 

                       ODPRequest * l_request=[ODPRequest requestWithURL:[NSURL URLWithString:endpointUrl]];
.... add the necessary request headers
                 
              


                 
                     [l_request startAsynchronous];