Click or drag to resize

RecertificationMessageBuilderGetCleanupMessage Method

Creates cleanup message

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public override ClearSurveysMessage GetCleanupMessage(
	DateTime cleanupThreshold
)

Parameters

cleanupThreshold
Type: SystemDateTime
Date until which data should be cleared

Return Value

Type: ClearSurveysMessage
ClearSurveysMessage message which should be sent
See Also