Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BackgroundTask
TileUpdateTask
C# Class BackgroundTask.TileUpdateTask
Background task that allows us to render our custom UserControl into an image. Remember to subclass XamlRenderingBackgroundTask as it's the only one with access to the UI thread.
Inheritance:
XamlRenderingBackgroundTask
Show file
Open project: r2d2rigo/UWP-Samples
Protected Methods
Method
Description
OnRun
(
IBackgroundTaskInstance
taskInstance
) :
void
Method Details
OnRun()
protected
method
protected
OnRun
(
IBackgroundTaskInstance
taskInstance
) :
void
taskInstance
IBackgroundTaskInstance
return
void