Delegate PipelineContainerCompletedEventHandler<T>
Represents a handler for internal pipeline-container completion notifications.
public delegate void PipelineContainerCompletedEventHandler<T>(object sender, PipelineContainerCompletedEventHandlerArgs<T> args)
Parameters
senderobject- Represents a handler for internal pipeline-container completion notifications.
argsPipelineContainerCompletedEventHandlerArgs<T>- Represents a handler for internal pipeline-container completion notifications.
Type Parameters
TThe completed container type.