C# 클래스 SearchIndexWorker.WorkerRole

상속: RoleEntryPoint
파일 보기 프로젝트 열기: itverket/geek-retreat

Private Properties

프로퍼티 타입 설명
GetTweetsFromMessageQueue List
InitializeSearchIndexQueue void
InitializeSearchService void
UploadTweetsToSearchIndex void

공개 메소드들

메소드 설명
OnStart ( ) : bool
OnStop ( ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
GetTweetsFromMessageQueue ( ) : List
InitializeSearchIndexQueue ( ) : void
InitializeSearchService ( ) : void
UploadTweetsToSearchIndex ( List tweets ) : void

메소드 상세

OnStart() 공개 메소드

public OnStart ( ) : bool
리턴 bool

OnStop() 공개 메소드

public OnStop ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void