ITopic.IsReceiveAllDeliverToOne Property

Solclient

ITopicIsReceiveAllDeliverToOne Property
version: 7.2.1.27
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.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
bool IsReceiveAllDeliverToOne { get; }
ReadOnly Property IsReceiveAllDeliverToOne As Boolean
	Get
property bool IsReceiveAllDeliverToOne {
	bool get ();
}

Property Value

Type: Boolean
See Also