TransactedSessionProperties.CreateMessageDispatcher Property

Solclient

TransactedSessionPropertiesCreateMessageDispatcher Property
version: 7.2.1.27
When it is enabled, a new message dispatcher is created for the transacted session. 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 Nullable<bool> CreateMessageDispatcher { get; set; }
Public Property CreateMessageDispatcher As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> CreateMessageDispatcher {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

Property Value

Type: NullableBoolean
See Also