| IDataObjectIntegrationUploaderSendMessageBatchT Method |
Sends batch of messages to integration function with delay after gathering messages
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
Syntaxvoid SendMessageBatch<T>(
T message
)
where T : IMessage
Parameters
- message
- Type: T
Message to be sent
Type Parameters
- T
Return Value
Type:
async task
See Also