VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerInitSettingsJS type / get_AllowableSessionInactivityTime Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_AllowableSessionInactivityTime Method
In This Topic
Gets an interval, in milliseconds, during which the device manager must refresh its session.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceManagerInitSettingsJS();

var value; // Type: number
value = instance.get_AllowableSessionInactivityTime();

Return Value

An interval, in milliseconds, during which the device manager must refresh its session. Default value is 60000 milliseconds (1 minute). Minimum value is 100, maximum value is 3600000.
Browser Compatibility
9
See Also