ContextProperties Properties

Solclient

ContextProperties Properties
version: 7.2.1.27

The ContextProperties type exposes the following members.

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

Public property MaxSessions 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.

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