Solclient
SessionPropertiesTopicDispatch Property |
Set to true to have the API dispatch messages based on topic. For more details see the
IMessageDispatcher documentation.
Default: false
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 TopicDispatch { get; set; }
Public Property TopicDispatch As Boolean Get Set
public: property bool TopicDispatch { bool get (); void set (bool value); }
Property Value
Type: BooleanSee Also