[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Define delivery mode constants as integers (for backward compatibility)
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public abstract class DeliveryMode |
Public MustInherit Class DeliveryMode |
public ref class DeliveryMode abstract |
Remarks
The class MessageDeliveryMode defines a parallel set of constants as .NET enumerated
values (instead of ordinary integers). We recommend the enumeration over these ordinary
integer values, because it enables .NET to do stronger type checking at compile time,
which can enhance program reliability.