| | IAuditLogIntegrationUploaderUploadBatch Method |
Uploads batch of messages to integration function
Namespace:
Omada.OE.Solution.OIM.AppLogic.Integration.AuditLog
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
SyntaxTask UploadBatch(
IMessage[] messages,
CancellationToken token
)
Parameters
- messages
- Type: IMessage
Messages to be sent - token
- Type: System.ThreadingCancellationToken
cancellation token
Return Value
Type:
Taskasync task
See Also