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
Mostra 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