C# Class Twiddler.Services.RequestConductor

Inheritance: IRequestConductor
Afficher le fichier Open project: GraemeF/Twiddler

Méthodes publiques

Méthode Description
Dispose ( ) : void
Start ( ITweetSink tweetSink ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
EnsureNotPolling ( ) : void
EnsurePolling ( ) : void
PollIfAuthorized ( ) : void
RequestAndAddNewTweetsToStore ( ITweetRequester tweetRequester ) : void
RequestConductor ( IAuthorizer client, [ tweetRequesters ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Start() public méthode

public Start ( ITweetSink tweetSink ) : void
tweetSink ITweetSink
Résultat void