C# Класс 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.
Наследование: XamlRenderingBackgroundTask
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnRun ( IBackgroundTaskInstance taskInstance ) : void

Описание методов

OnRun() защищенный Метод

protected OnRun ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
Результат void