C# 클래스 Summa.Core.Updater

파일 보기 프로젝트 열기: wfarr/newskit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Updating bool

공개 메소드들

메소드 설명
AddFeed ( string feedurl ) : void
ScheduledUpdate ( ) : bool
Update ( ) : void
UpdateFeed ( ISource feed ) : void
Updater ( ) : System

비공개 메소드들

메소드 설명
AddFeedThread ( ) : void
OnNotify ( object obj, EventArgs args ) : void
UpdateFeedThread ( ) : void
UpdateThread ( ) : void

메소드 상세

AddFeed() 공개 메소드

public AddFeed ( string feedurl ) : void
feedurl string
리턴 void

ScheduledUpdate() 공개 메소드

public ScheduledUpdate ( ) : bool
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateFeed() 공개 메소드

public UpdateFeed ( ISource feed ) : void
feed ISource
리턴 void

Updater() 공개 메소드

public Updater ( ) : System
리턴 System

프로퍼티 상세

Updating 공개적으로 프로퍼티

public bool Updating
리턴 bool