C# Class Microsoft.Build.Logging.EventArgsDispatcher

An implementation of IEventSource that raises appropriate events for a provided BuildEventArgs object.
This class is public because BinaryLogReplayEventSource is a derived class. This is abstracted into its own class because it's a useful single-purpose helper that can be used independently as a generic implementation of IEventSource.
Inheritance: IEventSource
Mostra file Open project: enricosada/sln

Public Methods

Method Description
Dispatch ( BuildEventArgs buildEvent ) : void

Raise one of the events that is appropriate for the type of the BuildEventArgs

Method Details

Dispatch() public method

Raise one of the events that is appropriate for the type of the BuildEventArgs
public Dispatch ( BuildEventArgs buildEvent ) : void
buildEvent BuildEventArgs
return void