C# Class Twiddler.Services.RequestConductor

Inheritance: IRequestConductor
ファイルを表示 Open project: GraemeF/Twiddler

Public Methods

Method Description
Dispose ( ) : void
Start ( ITweetSink tweetSink ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Start() public method

public Start ( ITweetSink tweetSink ) : void
tweetSink ITweetSink
return void