C# Class GlutenFree.OddJob.Samples.Serialized.CommandAggregator.ConsoleWriter

An example job. You could instead define an interface as a contract on the creation end, allowing for a fully detached implementation.
Inheritance: IService1Contract
Mostra file Open project: to11mtm/OddJob

Public Methods

Method Description
WriteToConsole ( string consoleMessage ) : void

Method Details

WriteToConsole() public method

public WriteToConsole ( string consoleMessage ) : void
consoleMessage string
return void