10.24.0

TopicPropertiesIsReceiveAllDeliverToOne Property

Note: This API is now obsolete.
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.

Definition

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

Property Value

Boolean

See Also