C# Class Goose.Core.Dispatcher.SynchronousOnChangeTaskDispatcher

Inheritance: IOnChangeTaskDispatcher
Exibir arquivo Open project: sebastianhallen/Goose

Public Methods

Method Description
QueueOnChangeTask ( IGooseAction action ) : void
SynchronousOnChangeTaskDispatcher ( IOutputService outputService ) : System.Collections.Concurrent

Private Methods

Method Description
ActOnChange ( ) : void
AllowedToPlaceInMainQueue ( IGooseAction action ) : bool
CreateBuildQueue ( ) : void
TriggerBuild ( ) : void

Method Details

QueueOnChangeTask() public method

public QueueOnChangeTask ( IGooseAction action ) : void
action IGooseAction
return void

SynchronousOnChangeTaskDispatcher() public method

public SynchronousOnChangeTaskDispatcher ( IOutputService outputService ) : System.Collections.Concurrent
outputService IOutputService
return System.Collections.Concurrent