ContextProperties.MaxSessions Property

Solclient

ContextPropertiesMaxSessions Property
version: 7.2.1.27

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.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[ObsoleteAttribute("MaxSessions no longer has any effect on the maximum number of sessions allowed per context.", 
	false)]
public int MaxSessions { get; set; }
<ObsoleteAttribute("MaxSessions no longer has any effect on the maximum number of sessions allowed per context.", 
	false)>
Public Property MaxSessions As Integer
	Get
	Set
public:
[ObsoleteAttribute(L"MaxSessions no longer has any effect on the maximum number of sessions allowed per context.", 
	false)]
property int MaxSessions {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also