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

Notifies the application that the message has been successfully sent

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

Syntax

void OnCompletion(
	Message msg
)
Sub OnCompletion ( _
	msg As Message _
)
void OnCompletion(
	Message^ msg
)

Parameters

msg
Type: TIBCO.EMS.UFO..::.Message
The message that was sent

Remarks

See Also