Click or drag to resize

IDataObjectIntegrationUploaderSendIntegrationMessagesT 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
Syntax
C#
Task SendIntegrationMessages<T>(
	T[] messages,
	CancellationToken token
)
where T : IMessage

Parameters

messages
Type: T
messages to be sent
token
Type: System.ThreadingCancellationToken
cancellation token

Type Parameters

T

Return Value

Type: Task
async task
See Also