C# Class SearchIndexWorker.WorkerRole

Inheritance: RoleEntryPoint
Afficher le fichier Open project: itverket/geek-retreat

Private Properties

Свойство Type Description
GetTweetsFromMessageQueue List
InitializeSearchIndexQueue void
InitializeSearchService void
UploadTweetsToSearchIndex void

Méthodes publiques

Méthode Description
OnStart ( ) : bool
OnStop ( ) : void
Run ( ) : void

Private Methods

Méthode Description
GetTweetsFromMessageQueue ( ) : List
InitializeSearchIndexQueue ( ) : void
InitializeSearchService ( ) : void
UploadTweetsToSearchIndex ( List tweets ) : void

Method Details

OnStart() public méthode

public OnStart ( ) : bool
Résultat bool

OnStop() public méthode

public OnStop ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void