FlowProperties.BindRetries Property

Solclient

FlowPropertiesBindRetries Property
version: 7.2.1.27
The maximum number of bind attempts to make. The default value is 3.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int BindRetries { get; set; }
Public Property BindRetries As Integer
	Get
	Set
public:
property int BindRetries {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also