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

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

Syntax

public static string GetDeliveryModeName(
	int deliveryMode
)
Public Shared Function GetDeliveryModeName ( _
	deliveryMode As Integer _
) As String
public:
static String^ GetDeliveryModeName(
	int deliveryMode
)

Parameters

deliveryMode
Type: System..::.Int32
the DeliveryMode header property of the message object.

Remarks

Convert a delivery mode constant to a string.

Programs can obtain the delivery mode of a message by accessing the DeliveryMode header property of the message object.

This method is an extension to the JMS specification.

See Also