C# 클래스 Pureisuteshon.BackgroundNotify.BackgroundNotifyStatus

상속: IBackgroundTask
파일 보기 프로젝트 열기: drasticactions/Pureisuteshon-App

공개 메소드들

메소드 설명
BackgroundNotifyStatus ( ) : System
Run ( IBackgroundTaskInstance taskInstance ) : void

비공개 메소드들

메소드 설명
CreateToastNotifications ( ) : void
GetUnixTime ( System.DateTime time ) : long
LoginTest ( AccountUser user ) : Task
LoginUser ( ) : Task
Update ( IBackgroundTaskInstance taskInstance ) : System.Threading.Tasks.Task

메소드 상세

BackgroundNotifyStatus() 공개 메소드

public BackgroundNotifyStatus ( ) : System
리턴 System

Run() 공개 메소드

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
리턴 void