BackgroundTransferRequest.TransferStatus Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the status of the request.

Namespace:  Microsoft.Phone.BackgroundTransfer
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property TransferStatus As TransferStatus
public TransferStatus TransferStatus { get; }

Property Value

Type: Microsoft.Phone.BackgroundTransfer..::.TransferStatus
The status of the request.

Remarks

A transfer request can have a TransferStatus of Completed whether or not the transfer was completed successfully. If a completed transfer was successful, the TransferError property will be null.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

BackgroundTransferRequest Class

Microsoft.Phone.BackgroundTransfer Namespace