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

Get and set the message's delivery mode as an integer constant as defined in the DeliveryMode class. Users are recommended to use the MessageDeliveryMode enum instead.

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

Syntax

public int DeliveryMode { get; set; }
Public Property DeliveryMode As Integer
public:
property int DeliveryMode {
	int get ();
	void set (int value);
}

Remarks

See Also