C# Class Postworthy.Models.Streaming.PassThroughProcessingStep

Inheritance: IProcessingStep
Mostra file Open project: postworthy/postworthy

Protected Properties

Property Type Description
log TextWriter
screenName string

Public Methods

Method Description
Init ( string screenname, System log ) : void
ProcessItems ( IEnumerable tweets ) : Task>
ProcessTweeps ( IEnumerable tweeps ) : Task>>
Shutdown ( ) : void

Method Details

Init() public method

public Init ( string screenname, System log ) : void
screenname string
log System
return void

ProcessItems() public method

public ProcessItems ( IEnumerable tweets ) : Task>
tweets IEnumerable
return Task>

ProcessTweeps() public method

public ProcessTweeps ( IEnumerable tweeps ) : Task>>
tweeps IEnumerable
return Task>>

Shutdown() public method

public Shutdown ( ) : void
return void

Property Details

log protected_oe property

protected TextWriter log
return TextWriter

screenName protected_oe property

protected string screenName
return string