WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.113' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714753464.1188681125640869140625', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/feed-rss2-comments.php on line 8
Comments on: WinRT : how to cancel a Background Download Operation http://www.jonathanantoine.com/2013/02/05/winrt-how-to-cancel-a-background-download-operation/ Yet another blog about... Sat, 20 Feb 2016 03:31:37 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: Clippingarea http://www.jonathanantoine.com/2013/02/05/winrt-how-to-cancel-a-background-download-operation/comment-page-1/#comment-172900 Sat, 20 Feb 2016 03:31:37 +0000 http://www.jonathanantoine.com/?p=1289#comment-172900 Nice tips, thanks for share

]]>
By: jmix90 http://www.jonathanantoine.com/2013/02/05/winrt-how-to-cancel-a-background-download-operation/comment-page-1/#comment-29278 Sat, 16 Mar 2013 14:13:49 +0000 http://www.jonathanantoine.com/?p=1289#comment-29278 In reply to Farhan.

I don\’t know I never used this… sorry

]]>
By: Farhan http://www.jonathanantoine.com/2013/02/05/winrt-how-to-cancel-a-background-download-operation/comment-page-1/#comment-26361 Tue, 26 Feb 2013 12:41:08 +0000 http://www.jonathanantoine.com/?p=1289#comment-26361 In reply to jmix90.

Then how can I do stop/resume while downloading/uploading files to/from SkyDrive ?

]]>
By: jmix90 http://www.jonathanantoine.com/2013/02/05/winrt-how-to-cancel-a-background-download-operation/comment-page-1/#comment-26360 Tue, 26 Feb 2013 12:31:12 +0000 http://www.jonathanantoine.com/?p=1289#comment-26360 In reply to Farhan.

Hello Farhan,

I was referencing this API : http://msdn.microsoft.com/en-us/library/windows/a

Regards,

]]>
By: Trackback from SilverlightShow.net http://www.jonathanantoine.com/2013/02/05/winrt-how-to-cancel-a-background-download-operation/comment-page-1/#comment-23255 Fri, 08 Feb 2013 12:10:27 +0000 http://www.jonathanantoine.com/?p=1289#comment-23255 Trackback from SilverlightShow.net…

Trackback from SilverlightShow.net…

]]>
By: Farhan http://www.jonathanantoine.com/2013/02/05/winrt-how-to-cancel-a-background-download-operation/comment-page-1/#comment-22722 Wed, 06 Feb 2013 05:24:30 +0000 http://www.jonathanantoine.com/?p=1289#comment-22722 In reply to jmix90.

I am not getting. Suppose this line is for downloading the file then how to cancel it ?
LiveDownloadOperationResult result = await liveClient.BackgroundDownloadAsync(string.Format("{0}/content", FileID));

]]>
By: jmix90 http://www.jonathanantoine.com/2013/02/05/winrt-how-to-cancel-a-background-download-operation/comment-page-1/#comment-22560 Tue, 05 Feb 2013 12:39:55 +0000 http://www.jonathanantoine.com/?p=1289#comment-22560 In reply to Farhan.

Exactly the same code… these are WinRT API/objects 🙂

]]>
By: Farhan http://www.jonathanantoine.com/2013/02/05/winrt-how-to-cancel-a-background-download-operation/comment-page-1/#comment-22558 Tue, 05 Feb 2013 12:37:31 +0000 http://www.jonathanantoine.com/?p=1289#comment-22558 How to do the same thing in C#/XAML ?

]]>