XamlRenderingBackgroundTask Constructor

Definition

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.

Applies to