C# Class TweetrPublisher.WorkerRole

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

Méthodes publiques

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

Private Methods

Méthode 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 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