Click or drag to resize

DataObjectIntegrationUploaderSendIntegrationMessagesT 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#
public virtual Task SendIntegrationMessages<T>(
	T[] messages,
	CancellationToken token = null
)
where T : IMessage

Parameters

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

Type Parameters

T

Return Value

Type: Task
async task

Implements

IDataObjectIntegrationUploaderSendIntegrationMessagesT(T, CancellationToken)
See Also