SP.PageRequest.remove_failed(value) Method
Applies to: SharePoint Foundation 2010
Removes the event handler added by the SP.PageRequest.add_failed(value) Method.
SP.PageRequest.remove_failed(value);
Parameters
value
SP.PageRequestSucceededEventHandler
The handler to be removed.
Remarks
The executor associated with the web request raises the failed request event by calling the failed method.