[TIBCO.EMS .NET client library 8.1 documentation]
Namespace:
TIBCO.EMS
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Assembly: TIBCO.EMS (in TIBCO.EMS.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.