| 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
Syntaxpublic Task DeleteSurveyAsync(
int surveyId,
DateTime timestamp
)
Parameters
- surveyId
- Type: SystemInt32
Survey id - timestamp
- Type: SystemDateTime
exact time of deletion
Return Value
Type:
TaskTask allowing to await completion
See Also