C# Class Story.Ext.Handlers.BufferedHandler

Inheritance: Story.Core.Handlers.StoryHandlerBase
Datei anzeigen Open project: narratr/story

Public Methods

Method Description
OnStop ( IStory story ) : void

Protected Methods

Method Description
BufferedHandler ( string name, System.TimeSpan timeDelay, int batchSize ) : System
OnStoriesComplete ( IList stories ) : void

Private Methods

Method Description
OnComplete ( ) : void

Method Details

BufferedHandler() protected method

protected BufferedHandler ( string name, System.TimeSpan timeDelay, int batchSize ) : System
name string
timeDelay System.TimeSpan
batchSize int
return System

OnStop() public method

public OnStop ( IStory story ) : void
story IStory
return void

OnStoriesComplete() protected abstract method

protected abstract OnStoriesComplete ( IList stories ) : void
stories IList
return void