PerceptionPropertyChangeRequest.GetDeferral Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.