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

Get and set the delivery mode using one of the enum TIBCO.EMS.MessageDeliveryModevalue.

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

Syntax

public MessageDeliveryMode MsgDeliveryMode { get; set; }
Public Property MsgDeliveryMode As MessageDeliveryMode
public:
property MessageDeliveryMode MsgDeliveryMode {
	MessageDeliveryMode get ();
	void set (MessageDeliveryMode value);
}

Remarks

This parallel property accesses the same default value as TIBCO.EMS.DeliveryMode, but using enumerated values (instead of ordinary integers). We recommend it over the ordinary integer-valued accessor, because it enables .NET to do stronger type checking at compile time, which can enhance program reliability.

See Also