Click or drag to resize

OrchestratorConfigOutputWriter Property

A function returning a text writer object to consume data produced by the Data Conveyer output. This setting is equivalent to OutputWriters setting containing a single writer. OutputWriter and OutputWriters settings should not be used both at the same time.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public Func<TextWriter> OutputWriter { get; set; }

Property Value

Type: FuncTextWriter
See Also