Delegate PipelinePublishRejectedEventHandler<T>
Represents a handler for publish-rejected notifications.
public delegate void PipelinePublishRejectedEventHandler<T>(object sender, PipelinePublishRejectedEventArgs<T> args) where T : PipelineRecord
Parameters
senderobject- Represents a handler for publish-rejected notifications.
argsPipelinePublishRejectedEventArgs<T>- Represents a handler for publish-rejected notifications.
Type Parameters
TThe rejected record type.