IMessage.DeliverToOne Property

Solclient

IMessageDeliverToOne Property
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
bool DeliverToOne { get; set; }
Property DeliverToOne As Boolean
	Get
	Set
property bool DeliverToOne {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also