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.
| Member | Value | Description |
|---|---|---|
| Default | default | 0 |
Allow transfers on costed networks. |
| UnrestrictedOnly | unrestrictedOnly | 1 |
Do not allow transfers on costed networks. |
| Always | always | 2 |
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 |
|
|
Metadata |
|
Build date: 12/4/2012