[TIBCO.EMS .NET client library 6.0 documentation]

Define delivery mode constants as integers (for backward compatibility)

Namespace:  TIBCO.EMS
Assembly:  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.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS..::.DeliveryMode

See Also