setDidFinishSelector: method

Clients need to register their custom selectors to be invoked in Offline mode.

Syntax

+ ( void ) setDidFinishSelector : ( SEL ) selector

Remarks

This selector is invoked when request execution is successfully complete. 
// register the client as delegate for this request
[RequestBuilder setDelegate:self];
[RequestBuilder setDidFinishSelector:(offlineRequestFinished:)];