Microsoft.Live.BackgroundTransferPreferences enumeration

Describes the settings for performing data transfers in the background with the LiveConnectClient.BackgroundDownloadAsync and LiveConnectClient.BackgroundUploadAsync methods. [Windows Phone only]

Note

Windows Store apps do not support this enumeration.

Syntax

public enum BackgroundTransferPreferences
Public Enum BackgroundTransferPreferences

Members

The BackgroundTransferPreferences enumeration has these members.

Member

Value

Description

AllowBattery

AllowBattery

Allow transfers when the device has a Wi-Fi connection and is using either battery or external power.

AllowCellular

AllowCellular

Allow transfers when the device is connected to external power and has either a Wi-Fi or a cellular connection.

AllowCellularAndBattery

AllowCellularAndBattery

Allow transfers when the device is using either battery or external power and it has a Wi-Fi or a cellular connection.

None

None

Only allow transfers when the device is using external power and has a Wi-Fi connection.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll