Click or drag to resize

SurveyExportControllerProcessQueuedSurveyExports Method

Process all survey exports in the queue The survey exports are processed in the order they were added to the queue. A notification is sent to the user who created the export when the export is done. Finally, the export is removed from the queue and if the export has been retried more than MAXRETRIES times, it is removed from the queue.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void ProcessQueuedSurveyExports()
See Also