Share via


UnconstrainedTransferRequestResult.IsUnconstrained Property

Definition

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:
 property bool IsUnconstrained { bool get(); };
bool IsUnconstrained();
/// [get: Windows.Foundation.Metadata.Deprecated("IsUnconstrained is deprecated and may not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
bool IsUnconstrained();
public bool IsUnconstrained { get; }
public bool IsUnconstrained { [Windows.Foundation.Metadata.Deprecated("IsUnconstrained is deprecated and may not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = unconstrainedTransferRequestResult.isUnconstrained;
Public ReadOnly Property IsUnconstrained As Boolean

Property Value

Boolean

bool

true if the operation runs unconstrained; otherwise, false.

Attributes

Applies to