Click or drag to resize

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
Syntax
C#
Task UploadBatch(
	IMessage[] messages,
	CancellationToken token
)

Parameters

messages
Type: IMessage
Messages to be sent
token
Type: System.ThreadingCancellationToken
cancellation token

Return Value

Type: Task
async task
See Also