Title here
Summary here
This destination serves as a recycle bin for data that is not supposed to go into any other destination. Every records in the dataflow needs to enter any kind of destination in order to have a dataflow completed. Use this target for data that you don't want to use in a destination, but you still want your dataflow to complete property.
public class VoidDestination<TInput> : DataFlowDestination<TInput>, IDataFlowDestination<TInput>, IDataFlowDestination, IDataFlowComponent, ILoggableTask| Name | Description |
|---|---|
| TInput | Type of ingoing data. |
public VoidDestination() protected override void CheckParameter() protected override void CleanUpOnFaulted(Exception e)| Type | Name | Description |
|---|---|---|
| Exception | e |
protected override void CleanUpOnSuccess() protected override void InitComponent()