XamlRenderingBackgroundTask Constructeur
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.
Initialise une nouvelle instance de la classe XamlRenderingBackgroundTask.
protected:
XamlRenderingBackgroundTask();
XamlRenderingBackgroundTask();
protected XamlRenderingBackgroundTask();
function XamlRenderingBackgroundTask()
Protected Sub New ()
Remarques
Important
Pour que l’empreinte mémoire de la tâche en arrière-plan reste aussi faible que possible, cette tâche doit être implémentée dans un composant Windows Runtime C++ pour Windows Phone. L’empreinte mémoire sera plus élevée si elle est écrite en C# et provoquera des exceptions de mémoire insuffisante sur les appareils à mémoire faible, ce qui mettra fin à la tâche en arrière-plan. Pour plus d’informations sur les contraintes de mémoire, consultez Prise en charge de votre application avec des tâches en arrière-plan.