Delegate PipelineRecordFaultedEventHandler<T>
Represents a handler for record-faulted notifications.
public delegate void PipelineRecordFaultedEventHandler<T>(object sender, PipelineRecordFaultedEventArgs<T> args) where T : PipelineRecord
Parameters
senderobject- Represents a handler for record-faulted notifications.
argsPipelineRecordFaultedEventArgs<T>- Represents a handler for record-faulted notifications.
Type Parameters
TThe faulted record type.