C# Class Story.Ext.Handlers.StoryTransportHandler

Inheritance: BufferedHandler
Afficher le fichier Open project: narratr/story

Méthodes publiques

Méthode Description
StoryTransportHandler ( string name, IStoryTransport storyTransport, System.TimeSpan timeDelay, int batchSize ) : System

Méthodes protégées

Méthode Description
OnStoriesComplete ( IList stories ) : void

Method Details

OnStoriesComplete() protected méthode

protected OnStoriesComplete ( IList stories ) : void
stories IList
Résultat void

StoryTransportHandler() public méthode

public StoryTransportHandler ( string name, IStoryTransport storyTransport, System.TimeSpan timeDelay, int batchSize ) : System
name string
storyTransport IStoryTransport
timeDelay System.TimeSpan
batchSize int
Résultat System