Click or drag to resize

SurveyIntegrationUploaderSendMessageT Method

Sends integration message

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 SendMessage<T>(
	T message
)
where T : IMessage

Parameters

message
Type: T
Message to be sent

Type Parameters

T

Return Value

Type: Task
See Also