C# Class SearchIndexWorker.WorkerRole

Inheritance: RoleEntryPoint
Exibir arquivo Open project: itverket/geek-retreat

Private Properties

Property Type Description
GetTweetsFromMessageQueue List
InitializeSearchIndexQueue void
InitializeSearchService void
UploadTweetsToSearchIndex void

Public Methods

Method Description
OnStart ( ) : bool
OnStop ( ) : void
Run ( ) : void

Private Methods

Method Description
GetTweetsFromMessageQueue ( ) : List
InitializeSearchIndexQueue ( ) : void
InitializeSearchService ( ) : void
UploadTweetsToSearchIndex ( List tweets ) : void

Method Details

OnStart() public method

public OnStart ( ) : bool
return bool

OnStop() public method

public OnStop ( ) : void
return void

Run() public method

public Run ( ) : void
return void