Partager via


PerceptionPropertyChangeRequest.GetDeferral Méthode

Définition

Obtient un objet Windows::Foundation::D ferral pour autoriser le traitement en arrière-plan si nécessaire.

public:
 virtual Deferral ^ GetDeferral() = GetDeferral;
Deferral GetDeferral();
/// [Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
Deferral GetDeferral();
public Deferral GetDeferral();
[Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public Deferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As Deferral

Retours

Objet Deferral.

Attributs

Remarques

Lorsque vous effectuez un traitement en arrière-plan, appelez GetDeferral() et stockez le résultat ainsi que la * PerceptionPropertyChangeRequest. Une fois le traitement en arrière-plan terminé, définissez l’état sur PerceptionPropertyChangeRequest et appelez Complete() sur le report avant de supprimer les références aux objets.

S’applique à