10.24.0

SessionPropertiesMaxFlowsPerSession Property

Note: This API is now obsolete.
The maximum number of flows supported on this session. Default: 100.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
[ObsoleteAttribute("MaxFlowsPerSession no longer has any effect on the maximum number of flows allowed per session.")]
public int MaxFlowsPerSession { get; set; }

Property Value

Int32

See Also