Click or drag to resize

IStoredMessageServiceAddServiceBusMessage Method

Add message from service bus

Namespace:  Omada.OE.Model.DataImport
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
void AddServiceBusMessage(
	int importId,
	Guid importUid,
	string serializedMessage,
	bool isResynchronize
)

Parameters

importId
Type: SystemInt32
importUid
Type: SystemGuid
serializedMessage
Type: SystemString
isResynchronize
Type: SystemBoolean
See Also