10.24.0

ContextPropertiesMaxFlows Property

Note: This API is now obsolete.
The maximum number of flows supported across all sessions in the context. Default: 100.

This property is obsolete, setting MaxFlows no longer has any effect on the maximum number of flows allowed per context.

Definition

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

Property Value

Int32

See Also