UnconstrainedTransferRequestResult.IsUnconstrained Propriété

Définition

Obtient une valeur qui indique si les opérations de téléchargement ou de chargement s’exécutent sans les restrictions de ressources normalement associées aux opérations réseau en arrière-plan pendant qu’un appareil s’exécute sur batterie.

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

Valeur de propriété

Boolean

bool

true si l’opération s’exécute sans contrainte ; sinon, false.

Attributs

S’applique à