Table of Contents

Delegate PipelineContainerCompletedEventHandler<T>

Namespace
Pipelinez.Core.Eventing
Assembly
Pipelinez.dll

Represents a handler for internal pipeline-container completion notifications.

public delegate void PipelineContainerCompletedEventHandler<T>(object sender, PipelineContainerCompletedEventHandlerArgs<T> args)

Parameters

sender object
Represents a handler for internal pipeline-container completion notifications.
args PipelineContainerCompletedEventHandlerArgs<T>
Represents a handler for internal pipeline-container completion notifications.

Type Parameters

T

The completed container type.