Table of Contents

Delegate PipelinePublishRejectedEventHandler<T>

Namespace
Pipelinez.Core.Eventing
Assembly
Pipelinez.dll

Represents a handler for publish-rejected notifications.

public delegate void PipelinePublishRejectedEventHandler<T>(object sender, PipelinePublishRejectedEventArgs<T> args) where T : PipelineRecord

Parameters

sender object
Represents a handler for publish-rejected notifications.
args PipelinePublishRejectedEventArgs<T>
Represents a handler for publish-rejected notifications.

Type Parameters

T

The rejected record type.