10.24.0

ContextPropertiesMaxSessions Property

Note: This API is now obsolete.
The maximum number of sessions allowed within a context. Default: 1

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

Definition

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

Property Value

Int32

See Also