cancelLoadInBackground
Called to cancel a load currently in progress.
Declaration
- (void) cancelLoadInBackground;Discussion
This method is provided mainly for subclasses that wish to take some action before a background load is canceled. This method should invoke super’s implementation before returning.