| SurveyIntegrationUploaderSendIntegrationMessagesT Method |
Sends batch of messages to integration function
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 virtual Task SendIntegrationMessages<T>(
T[] messages
)
where T : IMessage
Parameters
- messages
- Type: T
messages to be sent
Type Parameters
- T
Return Value
Type:
Taskasync task
See Also