XamlRenderingBackgroundTask Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the XamlRenderingBackgroundTask class.
protected:
XamlRenderingBackgroundTask();
XamlRenderingBackgroundTask();
protected XamlRenderingBackgroundTask();
function XamlRenderingBackgroundTask()
Protected Sub New ()
Remarks
Important
To keep the memory footprint of the background task as low as possible, this task should be implemented in a C++ Windows Runtime Component for Windows Phone. The memory footprint will be higher if written in C# and will cause out of memory exceptions on low-memory devices which will terminate the background task. For more information on memory constraints, see Support your app with background tasks.