Maximum number of sessions that can be kept in the dormant state.
Syntax
'Declaration
Property MaximumDormantSessions As Integer
'Usage
Dim instance As _UASmartEngineParameters
Dim value As Integer
instance.MaximumDormantSessions = value
value = instance.MaximumDormantSessions
int MaximumDormantSessions {get; set;}
property int MaximumDormantSessions {
int get();
void set ( int value);
}
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also