LiveDownloadCompletedEventArgs class

1 out of 1 rated this helpful - Rate this topic

Raised when a file download operation is completed.

Syntax


public class LiveDownloadCompletedEventArgs : AsyncCompletedEventArgs

Attributes

Members

The LiveDownloadCompletedEventArgs class has these types of members:

Methods

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

MethodDescription
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.

PropertyAccess typeDescription

Result

Read-onlyGets the contents of a file download operation.

 

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 7

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.