LiveDownloadOperation.StartAsync() method

Starts an asynchronous download operation.

Syntax

Task<LiveDownloadOperationResult> StartAsync()
Function StartAsync() As Task<LiveDownloadOperationResult>

Parameters

This method has no parameters.

Return value

Type: Task<LiveDownloadOperationResult>

The LiveDownloadOperationResult object with the populated session and result.

Remarks

StartAsync supports all paths and methods in the REST API.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also

LiveDownloadOperation