Click or drag to resize

SurveyIntegrationControllerDeleteSurveyAsync Method

Get recertification survey and sends it to Analytics Event Hub async

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 Task DeleteSurveyAsync(
	int surveyId,
	DateTime timestamp
)

Parameters

surveyId
Type: SystemInt32
Survey id
timestamp
Type: SystemDateTime
exact time of deletion

Return Value

Type: Task
Task allowing to await completion
See Also