C# Class TweetEventHandler.WorkerRole

Inheritance: RoleEntryPoint
显示文件 Open project: itverket/geek-retreat

Public Methods

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

Private Methods

Method Description
InitializeBlobContainer ( ) : void
InitializeSearchIndexQueue ( ) : void
InitializeTweetQueue ( ) : void
InitializeTweetsTable ( ) : void
ReceiveTweetsFromQueueWithBackoff ( CancellationToken cancellationToken ) : void
RunAsync ( CancellationToken cancellationToken ) : Task
UploadTweetToBlobAsync ( Entities.Twitter.Tweet.Tweet tweet ) : Task
UploadTweetToTable ( Entities.Twitter.Tweet.Tweet tweet ) : 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