LiveUploadOperation.AttachAsync() method

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

Syntax

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

Parameters

This method has no parameters.

Return value

Type: Task<LiveOperationResult>

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

Remarks

This method should be invoked on operations you get from the LiveConnectClient.GetCurrentBackgroundUploadsAsync 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

LiveUploadOperation