C# Class TweetrPublisher.WorkerRole

Inheritance: RoleEntryPoint
Mostra file Open project: itverket/geek-retreat

Public Methods

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

Private Methods

Method Description
Get1000Tweets ( Microsoft.WindowsAzure.Storage.Table.TableQuery query, Microsoft.WindowsAzure.Storage.Table.TableContinuationToken &token ) : TableQuerySegment
InitializeTweetDestinationQueue ( ) : void
InitializeTweetSourceTable ( ) : void
RoleEnvironment_Changed ( object sender, RoleEnvironmentChangedEventArgs e ) : void
RunAsync ( CancellationToken cancellationToken ) : Task
SetTweetPublishRate ( ) : 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