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
파일 보기 프로젝트 열기: r2d2rigo/UWP-Samples

보호된 메소드들

메소드 설명
OnRun ( IBackgroundTaskInstance taskInstance ) : void

메소드 상세

OnRun() 보호된 메소드

protected OnRun ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
리턴 void