BackgroundTransferCostPolicy enumeration

This topic has not yet been rated - Rate this topic

Defines values used to specify whether transfers can occur on costed networks.

Syntax


var value = Windows.Networking.BackgroundTransfer.BackgroundTransferCostPolicy.default;

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The BackgroundTransferCostPolicy enumeration has these members.

MemberValueDescription
Default | default0

Allow transfers on costed networks.

UnrestrictedOnly | unrestrictedOnly1

Do not allow transfers on costed networks.

Always | always2

Always download regardless of network cost. (e.g. even while a user is roaming)

Note  This behavior is based only on network cost policy, and doesn't affect other app scenarios, like system suspension.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Networking.BackgroundTransfer
Windows::Networking::BackgroundTransfer [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.