10.24.0

ITopicIsReceiveAllDeliverToOne Property

Note: This API is now obsolete.
When this property is true, and when this topic is used as a subscription, messages matching this topic are still delivered whether or not they have the DTO flag set.

Definition

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

Property Value

Boolean

See Also