[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Asynchronously sends a message using the MessageProducer's default delivery mode, priority, and time to live.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public virtual void Send(
	Message message,
	ICompletionListener completionListener
)
Public Overridable Sub Send ( _
	message As Message, _
	completionListener As ICompletionListener _
)
public:
virtual void Send(
	Message^ message, 
	ICompletionListener^ completionListener
)

Parameters

message
Type: TIBCO.EMS.UFO..::.Message
The message to send
completionListener
Type: TIBCO.EMS.UFO..::.ICompletionListener
An ICompletionListener to be notified when the send has completed.

Remarks

See ICompletionListener for more information about asynchronous sending.

See Also