Search Results for

    Show / Hide Table of Contents

    Class RowActionTarget<TInput>

    A dataflow worker that executes a callback on each incoming row from the Input port. The callback is passed the row as a parameter, and does not itself take rows from the Input.

    Also see the RowActionTarget example.

    Note: The input port uses the Default policy. Consider whether this is appropriate, or should be changed, see BufferingMode for further details.

    Inheritance
    Object
    WorkerParent
    WorkerBase
    WorkerBase<RowActionTarget<TInput>>
    RowsTargetBase<RowActionTarget<TInput>, TInput>
    RowTargetBase<RowActionTarget<TInput>, TInput>
    RowActionTarget<TInput>
    Implements
    IDisposeOnFinished
    Inherited Members
    RowTargetBase<RowActionTarget<TInput>, TInput>.OnInputRow(TInput)
    RowTargetBase<RowActionTarget<TInput>, TInput>.OnInputRowsAsync()
    RowsTargetBase<RowActionTarget<TInput>, TInput>.Input
    RowsTargetBase<RowActionTarget<TInput>, TInput>.RunAsync()
    WorkerBase<RowActionTarget<TInput>>.AddCompletedCallback(Func<RowActionTarget<TInput>, OutcomeStatus, Task<OutcomeStatus>>)
    WorkerBase<RowActionTarget<TInput>>.AddRanCallback(Func<RowActionTarget<TInput>, OutcomeStatus, WorkerParentChildrenState, Task<OutcomeStatus>>)
    WorkerBase<RowActionTarget<TInput>>.AddStartingCallback(Func<RowActionTarget<TInput>, Task<ProgressStatus>>)
    WorkerBase.AddCompletedCallback(Func<WorkerBase, OutcomeStatus, Task<OutcomeStatus>>)
    WorkerBase.AddRanCallback(Func<WorkerBase, OutcomeStatus, WorkerParentChildrenState, Task<OutcomeStatus>>)
    WorkerBase.AddStartingCallback(Func<WorkerBase, Task<ProgressStatus>>)
    WorkerBase.DefaultIsStartable()
    WorkerBase.ErroredPortErrorsWorkerProtected
    WorkerBase.ErrorOutputs
    WorkerBase.EscalateError
    WorkerBase.Inputs
    WorkerBase.IsStartable
    WorkerBase.Outputs
    WorkerBase.Parent
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, WorkerBase, WorkerBase, WorkerBase, WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, WorkerBase, WorkerBase, WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, WorkerBase, WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(WorkerBase, TLastWorker)
    WorkerBase.SucceededSequence<TLastWorker>(TLastWorker)
    WorkerParent.AddChildCompletedCallback(Action<WorkerBase>)
    WorkerParent.AddStartingChildrenCallback(Func<WorkerParent, Task<ProgressStatus>>)
    WorkerParent.BytesPerRowBuffer
    WorkerParent.Children
    WorkerParent.DisposeOnFinished<TDisposable>(TDisposable)
    WorkerParent.GetDownstreamFactory<TInput>()
    WorkerParent.HasChildren
    WorkerParent.IsCanceled
    WorkerParent.IsCompleted
    WorkerParent.IsCreated
    WorkerParent.IsError
    WorkerParent.IsFailed
    WorkerParent.IsFatal
    WorkerParent.IsRunning
    WorkerParent.IsSucceeded
    WorkerParent.KeepChildrenLevels
    WorkerParent.Locator
    WorkerParent.LogFactory
    WorkerParent.Logger
    WorkerParent.MaxRunningChildren
    WorkerParent.Name
    WorkerParent.RemoveChildren()
    WorkerParent.RescheduleChildren()
    WorkerParent.RunAsync()
    WorkerParent.RunChildrenAsync(Boolean)
    WorkerParent.RunChildrenAsync()
    WorkerParent.Status
    WorkerParent.Item[String]
    WorkerParent.ToString()
    WorkerParent.WorkerSystem
    WorkerParent.DebugCommands
    WorkerParent.AggregateErrorOutputRows
    WorkerParent.AggregateOutputRows
    WorkerParent.AggregateWorkersCompleted
    WorkerParent.InstantCompleted
    WorkerParent.InstantCreated
    WorkerParent.InstantStarted
    WorkerParent.RunningDuration
    Namespace: actionETL
    Assembly: actionETL.dll
    Syntax
    public class RowActionTarget<TInput> : RowTargetBase<RowActionTarget<TInput>, TInput>, IDisposeOnFinished where TInput : class
    Type Parameters
    Name Description
    TInput

    The type of each Input row.

    Methods

    OnInputRow(TInput)

    For internal use.

    Declaration
    protected override ProgressStatus OnInputRow(TInput inputRow)
    Parameters
    Type Name Description
    TInput inputRow

    The incoming row.

    Returns
    Type Description
    ProgressStatus
    Overrides
    actionETL.RowTargetBase<actionETL.RowActionTarget<TInput>, TInput>.OnInputRow(TInput)

    Implements

    IDisposeOnFinished

    See Also

    RowActionTargetFactory
    In This Article
    Back to top Copyright © 2023 Envobi Ltd