Click or drag to resize

SessionPropertiesMaxFlowsPerSession Property

version: 10.22.0

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: 10.22.0
Syntax
C#
[ObsoleteAttribute("MaxFlowsPerSession no longer has any effect on the maximum number of flows allowed per session.")]
public int MaxFlowsPerSession { get; set; }

Property Value

Type: Int32
See Also