C# Class Goose.Core.Dispatcher.SynchronousOnChangeTaskDispatcher

Inheritance: IOnChangeTaskDispatcher
Afficher le fichier Open project: sebastianhallen/Goose

Méthodes publiques

Méthode Description
QueueOnChangeTask ( IGooseAction action ) : void
SynchronousOnChangeTaskDispatcher ( IOutputService outputService ) : System.Collections.Concurrent

Private Methods

Méthode Description
ActOnChange ( ) : void
AllowedToPlaceInMainQueue ( IGooseAction action ) : bool
CreateBuildQueue ( ) : void
TriggerBuild ( ) : void

Method Details

QueueOnChangeTask() public méthode

public QueueOnChangeTask ( IGooseAction action ) : void
action IGooseAction
Résultat void

SynchronousOnChangeTaskDispatcher() public méthode

public SynchronousOnChangeTaskDispatcher ( IOutputService outputService ) : System.Collections.Concurrent
outputService IOutputService
Résultat System.Collections.Concurrent