10.28.13

TransactedSessionProperties.HasPublisher Property

When it is enabled, a default publisher flow is opened automatically after the transacted session is successfully created. Default: true.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.28.1
C#
public bool? HasPublisher { get; set; }

Property Value

Nullable<Boolean>

See Also