C# 클래스 LEWP.Himawari.HimawariService

상속: IPhotoService
파일 보기 프로젝트 열기: lhmiranda/live-earth-wallpaper 1 사용 예제들

공개 메소드들

메소드 설명
CanForce ( ) : bool
ForceStart ( ) : void
HimawariService ( string>.Action notify ) : System
Start ( CancellationToken token ) : Task

비공개 메소드들

메소드 설명
AssembleImageFrom ( ImageSettings imageInfo ) : Bitmap
GetLatestImageInfo ( ) : ImageSettings
SaveImage ( Bitmap finalImage ) : string

메소드 상세

CanForce() 공개 메소드

public CanForce ( ) : bool
리턴 bool

ForceStart() 공개 메소드

public ForceStart ( ) : void
리턴 void

HimawariService() 공개 메소드

public HimawariService ( string>.Action notify ) : System
notify string>.Action
리턴 System

Start() 공개 메소드

public Start ( CancellationToken token ) : Task
token System.Threading.CancellationToken
리턴 Task