Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 891 Bytes

backgroundtransferrangesdownloadedeventargs_wasdownloadrestarted.md

File metadata and controls

22 lines (17 loc) · 891 Bytes
-api-id -api-type
P:Windows.Networking.BackgroundTransfer.BackgroundTransferRangesDownloadedEventArgs.WasDownloadRestarted
winrt property

Windows.Networking.BackgroundTransfer.BackgroundTransferRangesDownloadedEventArgs.WasDownloadRestarted

-description

TRUE if the download was restarted from scratch since the previous RangesDownloaded event.

-property-value

TRUE if the download was restarted from scratch since the previous RangesDownloaded event, otherwise FALSE.

-remarks

This is important, as the app will need to reset any state related to previously-processed DownloadedRanges data in that case. Download restarts can occur if the remote file’s timestamp or ETag changes.

-see-also

RangesDownloaded Event

-examples