Table of Contents

Delegate PipelineRecordFaultedEventHandler<T>

Namespace
Pipelinez.Core.Eventing
Assembly
Pipelinez.dll

Represents a handler for record-faulted notifications.

public delegate void PipelineRecordFaultedEventHandler<T>(object sender, PipelineRecordFaultedEventArgs<T> args) where T : PipelineRecord

Parameters

sender object
Represents a handler for record-faulted notifications.
args PipelineRecordFaultedEventArgs<T>
Represents a handler for record-faulted notifications.

Type Parameters

T

The faulted record type.