Click or drag to resize

StopImportDelegate Delegate

Delegate called to check if the Import has to stop.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public delegate bool StopImportDelegate()

Return Value

Type: Boolean
True if the Import has to stop.
See Also