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
Afficher le fichier Open project: r2d2rigo/UWP-Samples

Méthodes protégées

Méthode Description
OnRun ( IBackgroundTaskInstance taskInstance ) : void

Method Details

OnRun() protected méthode

protected OnRun ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
Résultat void