Omada Identity
Omada Identity
Namespaces
Omada.OE.Solution.OIM.AppLogic.Integration
DataObjectIntegrationUploader Class
DataObjectIntegrationUploader Methods
SendIntegrationMessages(T) Method
SendMessageBatch(T) Method
DataObjectIntegrationUploader
SendMessageBatch
T
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
Syntax
C#
Copy
public
virtual
void
SendMessageBatch
<T>( T
message
)
where
T :
IMessage
Parameters
message
Type:
T
Message to be sent
Type Parameters
T
Return Value
Type:
async task
Implements
IDataObjectIntegrationUploader
SendMessageBatch
T
(T)
See Also
Reference
DataObjectIntegrationUploader Class
Omada.OE.Solution.OIM.AppLogic.Integration Namespace