Solclient
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.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[ObsoleteAttribute("MaxFlows no longer has any effect on the maximum number of flows allowed per context.", false)] public int MaxFlows { get; set; }
<ObsoleteAttribute("MaxFlows no longer has any effect on the maximum number of flows allowed per context.", false)> Public Property MaxFlows As Integer Get Set
public: [ObsoleteAttribute(L"MaxFlows no longer has any effect on the maximum number of flows allowed per context.", false)] property int MaxFlows { int get (); void set (int value); }
Property Value
Type: Int32See Also