Click or drag to resize

OrchestratorConfigRepeatLeaders Property

Relevant only if multiple output targets are present and LeaderContents 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 RepeatLeaders { get; set; }

Property Value

Type: Boolean
See Also