Click or drag to resize

BatchCompletedEventHandler Delegate

Delegate for batch completed event

Namespace:  Omada.OE.Solution.OIM.AppLogic.Archiving
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public delegate void BatchCompletedEventHandler(
	Object sender,
	BatchCompletedEventArgs eventArgs
)

Parameters

sender
Type: SystemObject
eventArgs
Type: Omada.OE.Solution.OIM.AppLogic.ArchivingBatchCompletedEventArgs
See Also