SessionProperties.SendBlocking Property

Solclient

SessionPropertiesSendBlocking Property
version: 7.2.1.27
Set to true to enable blocking send operation.
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 SendBlocking { get; set; }
Public Property SendBlocking As Boolean
	Get
	Set
public:
property bool SendBlocking {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also