TopicProperties.IsReceiveAllDeliverToOne Property

Solclient

TopicPropertiesIsReceiveAllDeliverToOne Property
version: 7.2.1.27
This flag, when true in a subscription ADD request, overrides the DeliverToOne property in a message. If the topic in the message matches, it is delivered to clients with IsReceiveAllDeliverToOne set, in addition to any one client that is subscribed to the topic without this override.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public bool IsReceiveAllDeliverToOne { get; set; }
Public Property IsReceiveAllDeliverToOne As Boolean
	Get
	Set
public:
property bool IsReceiveAllDeliverToOne {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also