 | SessionPropertiesBlockWhileConnecting Property |
version: 10.22.0
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.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntaxpublic bool BlockWhileConnecting { get; set; }
Property Value
Type:
Boolean
See Also