SessionProperties.TopicDispatch Property

Solclient

SessionPropertiesTopicDispatch Property
version: 7.2.1.27
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: Boolean
See Also