SessionProperties.MaxFlowsPerSession Property

Solclient

SessionPropertiesMaxFlowsPerSession Property
version: 7.2.1.27

Note: This API is now obsolete.

The maximum number of flows supported on this session. Default: 100.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[ObsoleteAttribute("MaxFlowsPerSession no longer has any effect on the maximum number of flows allowed per session.")]
public int MaxFlowsPerSession { get; set; }
<ObsoleteAttribute("MaxFlowsPerSession no longer has any effect on the maximum number of flows allowed per session.")>
Public Property MaxFlowsPerSession As Integer
	Get
	Set
public:
[ObsoleteAttribute(L"MaxFlowsPerSession no longer has any effect on the maximum number of flows allowed per session.")]
property int MaxFlowsPerSession {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also