FlowProperties.BindTimeoutInMsecs Property

Solclient

FlowPropertiesBindTimeoutInMsecs Property
version: 7.2.1.27
The timeout used (in milliseconds) when creating a flow in blocking mode. Default: 10000 msecs

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 BindTimeoutInMsecs { get; set; }
Public Property BindTimeoutInMsecs As Integer
	Get
	Set
public:
property int BindTimeoutInMsecs {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also