Microsoft.Live.LiveDownloadCompletedEventArgs class

Raised when a file download operation is completed. [Windows Phone only]

Syntax

public class LiveDownloadCompletedEventArgs
Public Class LiveDownloadCompletedEventArgs

Members

The LiveDownloadCompletedEventArgs class has these types of members:

Methods

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

Method

Description

LiveDownloadCompletedEventArgs(Exception, Boolean, Object)

Creates and initializes a new instance of the LiveDownloadCompletedEventArgs class, specifying any error that occurred, whether the operation was cancelled, and an optional, user-supplied state object.

LiveDownloadCompletedEventArgs(IO.Stream, Object)

Creates and initializes a new instance of the LiveDownloadCompletedEventArgs class, specifying the contents of a file download operation and an optional, user-supplied state object.

Properties

The LiveDownloadCompletedEventArgs class has these properties.

Property

Access type

Description

Result

Read-only

Gets the contents of a file download operation.

Requirements

Minimum supported client

None supported [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll