FlowProperties.BindBlocking Property

Solclient

FlowPropertiesBindBlocking Property
version: 7.2.1.27
Controls whether or not to block when creating a flow. When set to true, the create flow operation blocks awaiting appliance's response. The default value is 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 BindBlocking { get; set; }
Public Property BindBlocking As Boolean
	Get
	Set
public:
property bool BindBlocking {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also