LiveDownloadOperation class

Contains information about file downloads.

Syntax

public class LiveDownloadOperation
Public Class LiveDownloadOperation

Members

The LiveDownloadOperation class has these types of members:

  • Methods
  • Properties

Methods

The LiveDownloadOperation class has these methods. It also inherits methods from the Object class.

Method Description
AttachAsync() Attach to the pending operation, in order to let the operation run to the end and receive results.
AttachAsync(System.Threading.CancellationToken, System.IProgress<Microsoft.Live.LiveOperationProgress>) Attach to the pending operation with a given CancellationToken and progress event handler, in order to let the operation run to the end and receive results.
StartAsync() Starts an asynchronous download operation.
StartAsync(System.Threading.CancellationToken, System.IProgress<Microsoft.Live.LiveOperationProgress>) Starts an asynchronous download operation, with the specified CancellationToken and progress event handler.

 

Properties

The LiveDownloadOperation class has these properties.

Property Access type Description

Guid

Read-only A unique Guid value that can be used to track the operation.

 

Requirements

Minimum supported client

Windows 8.1 [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

Minimum supported phone

Windows Phone 8.1

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll