Freigeben über


UnconstrainedTransferRequestResult.IsUnconstrained Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Download- oder Uploadvorgänge ohne die Ressourceneinschränkungen ausgeführt werden, die normalerweise Hintergrundnetzwerkvorgängen zugeordnet sind, während ein Gerät mit Akkubetrieb ausgeführt wird.

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

Eigenschaftswert

Boolean

bool

TRUE , wenn der Vorgang uneingeschränkt ausgeführt wird; Andernfalls false.

Attribute

Gilt für: