startAsynchronous method

Executes the request in the background.

Syntax

- ( void ) startAsynchronous

Remarks

The client should register callback selector to get notified about various events such as failure, completion, and so on. 
[request startAsynchronous];