SessionProperties.BlockWhileConnecting Property

Solclient

SessionPropertiesBlockWhileConnecting Property
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public bool BlockWhileConnecting { get; set; }
Public Property BlockWhileConnecting As Boolean
	Get
	Set
public:
property bool BlockWhileConnecting {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also