Table of Contents

Delegate PipelineRecordCompletedEventHandler<T>

Namespace
Pipelinez.Core.Eventing
Assembly
Pipelinez.dll

Represents a handler for record-completed notifications.

public delegate void PipelineRecordCompletedEventHandler<T>(object sender, PipelineRecordCompletedEventHandlerArgs<T> args)

Parameters

sender object
Represents a handler for record-completed notifications.
args PipelineRecordCompletedEventHandlerArgs<T>
Represents a handler for record-completed notifications.

Type Parameters

T

The completed record type.