LiveDownloadOperation.AttachAsync() method

Attach to the pending operation, in order to let the operation run to the end and receive results.

Syntax

public Task<LiveDownloadOperationResult> AttachAsync()
Public Function AttachAsync() As Task<LiveDownloadOperationResult>

Parameters

This method has no parameters.

Return value

Type: Task<LiveDownloadOperationResult>

The data returned by the API service for the attach operation.

Remarks

This method should be invoked on operations you get from LiveConnectClient.GetCurrentBackgroundDownloadsAsync method call.

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