Click or drag to resize

OrchestratorConfigRepeatTrailers Property

Relevant only if multiple output targets are present and TrailerContents is not null. If true (default), then the trailer rows will be send to all output targets after sending data rows. If false, then the trailer rows will only be sent the last output target (typically the one with the highest TargetNo, but it can actually be any target).

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public bool RepeatTrailers { get; set; }

Property Value

Type: Boolean
See Also