'Declaration
ReadOnly Property EffectiveAssumeTopicTree As Boolean
'Usage
Dim instance As _UADataSetSubscriptionDescriptor Dim value As Boolean value = instance.EffectiveAssumeTopicTree
bool EffectiveAssumeTopicTree {get;}
'Declaration
ReadOnly Property EffectiveAssumeTopicTree As Boolean
'Usage
Dim instance As _UADataSetSubscriptionDescriptor Dim value As Boolean value = instance.EffectiveAssumeTopicTree
bool EffectiveAssumeTopicTree {get;}
The (standard) topic tree will be effectively used if either
true
(the default is false
), orWhen all queue names (such as OpcLabs.EasyOpc.UA.PubSub.Configuration.UABrokerDataSetReaderTransportParameters.QueueName and OpcLabs.EasyOpc.UA.PubSub.Configuration.UABrokerDataSetReaderTransportParameters.MetaDataQueueName) are unspecified (empty strings, which are the default), and the EffectiveTransportProfileUriString in the ConnectionDescriptor is for transport that uses the topic tree (such as MQTT), the EffectiveAssumeTopicTree becomes true
, and you do not have to set AssumeTopicTree to true
explicitly in order for the topic tree to be assumed.
Using the topic tree has two major effects: