C# Class Twiddler.TweetSharp.StreamingAsyncTweetFetcher

Inheritance: IAsyncTweetFetcher
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
StreamingAsyncTweetFetcher ( IAuthorizer client ) : 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