UnconstrainedTransferRequestResult
UnconstrainedTransferRequestResult
UnconstrainedTransferRequestResult
UnconstrainedTransferRequestResult
Class
Definition
Represents the result a request for unconstrained transfers from a BackgroundDownloader or BackgroundUploader object.
Unconstrained transfer operations can run without the resource restrictions normally associated with background network operations while a device running on battery.
public : sealed class UnconstrainedTransferRequestResult : IUnconstrainedTransferRequestResultpublic sealed class UnconstrainedTransferRequestResult : IUnconstrainedTransferRequestResultPublic NotInheritable Class UnconstrainedTransferRequestResult Implements IUnconstrainedTransferRequestResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
IsUnconstrained IsUnconstrained IsUnconstrained IsUnconstrained
Gets a value that indicates if the download or upload operations will run without the resource restrictions normally associated with background network operations while a device running on battery.
public : PlatForm::Boolean IsUnconstrained { get; }public bool IsUnconstrained { get; }Public ReadOnly Property IsUnconstrained As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
true if the operation runs unconstrained; otherwise, false.