[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Get and set the delivery mode using one of the enum
TIBCO.EMS.MessageDeliveryModevalue.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public MessageDeliveryMode MsgDeliveryMode { get; set; } |
Public Property MsgDeliveryMode As MessageDeliveryMode |
public: property MessageDeliveryMode MsgDeliveryMode { MessageDeliveryMode get (); void set (MessageDeliveryMode value); } |
Remarks
This parallel property accesses the same default value as TIBCO.EMS.DeliveryMode, but using enumerated values (instead of ordinary integers). We recommend it over the ordinary integer-valued accessor, because it enables .NET to do stronger type checking at compile time, which can enhance program reliability.