RequestAbortedCallback Delegate
Note: |
|---|
| Current information about Live Connect is now available in the Windows Live Developer Center. The information in the following sections is provided for legacy purposes only. |
Script: http://js.live.net/4.1/loader.js
Feature: Microsoft.Live.Services
Namespace: Microsoft.Live.Services
function requestAbortedCallback(abortArgs) {
}
Parameters
- abortArgs
- Type: Microsoft.Live.Services..::.RequestAbortedArgs
The event arguments that are passed after the request is aborted.
Note: