 | IMessageDeliverToOne Property |
version: 10.21.0 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.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax[ObsoleteAttribute("Replaced by Shared Subscriptions", false)]
bool DeliverToOne { get; set; }
Property Value
Type:
Boolean
See Also