10.24.0

ContextProperties Properties

Properties

Count Returns the count of properties.
(Inherited from BaseProperties)
MaxFlows 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.


Obsolete.
MaxSessions 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.


Obsolete.
TimerResolutionInMsecs The internal timer resolution (in milliseconds). Valid range is >= 10. See TimerTask for more details on the usage of this property. Default: 50.

See Also