SessionProperties.SubscribeBlocking Property

Solclient

SessionPropertiesSubscribeBlocking Property
version: 7.2.1.27
Set to true to enable blocking subscribe/unsubscribe 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 SubscribeBlocking { get; set; }
Public Property SubscribeBlocking As Boolean
	Get
	Set
public:
property bool SubscribeBlocking {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also