Delegate PipelineRecordCompletedEventHandler<T>
Represents a handler for record-completed notifications.
public delegate void PipelineRecordCompletedEventHandler<T>(object sender, PipelineRecordCompletedEventHandlerArgs<T> args)
Parameters
senderobject- Represents a handler for record-completed notifications.
argsPipelineRecordCompletedEventHandlerArgs<T>- Represents a handler for record-completed notifications.
Type Parameters
TThe completed record type.