LiveUploadOperation class

Contains information about file uploads.

Syntax

public class LiveUploadOperation
Public Class LiveUploadOperation

Members

The LiveUploadOperation class has these types of members:

  • Methods
  • Properties

Methods

The LiveUploadOperation 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 upload operation with the specified CancellationToken and progress event handler, in order to let the operation run to the end and receive results.
StartAsync() Starts an asynchronous upload operation.
StartAsync(System.Threading.CancellationToken, System.IProgress<Microsoft.Live.LiveOperationProgress>) Starts an asynchronous upload operation, with the specified CancellationToken and progress event handler.

 

Properties

The LiveUploadOperation 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