UnconstrainedTransferRequestResult.IsUnconstrained Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
bool
TRUE , wenn der Vorgang uneingeschränkt ausgeführt wird; Andernfalls false.
- Attribute