10.24.0

IMessageDeliverToOne Property

Note: This API is now obsolete.
A setter/getter for the Deliver-To-One (DTO) property on a message with a Delivery mode of Direct. When a message has the DTO property set, it can to be delivered only to one client. For a Guaranteed Delivery message (see DeliveryMode), this behavior only applies to the "demoted" direct copy of this message.

This property is only supported by appliances running SolOS-TR.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
[ObsoleteAttribute("Replaced by Shared Subscriptions", false)]
bool DeliverToOne { get; set; }

Property Value

Boolean

See Also