Solclient
ContextProperties Properties |
The ContextProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Returns the count of properties.
(Inherited from BaseProperties.) |
|
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. |
|
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. |
|
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