SessionPropertiesBlockWhileConnecting Property
To block the calling thread on operations such as sending a message,
subscribing or unsubscribing when the session is being connected or reconnected.
The operation must already be blocking (see SendBlocking).
Otherwise,
SOLCLIENT_NOT_READY is returned if the session is being connected. Default: true
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public bool BlockWhileConnecting { get; set; }
Property Value
Boolean