AsyncReadLimit

Property of ISettings

Description

Returns file size from which asynchronous loading shall be used.

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Settings.AsyncReadLimit;

==== Visual Basic Script ====

nVal = Settings.AsyncReadLimit

==== C++ ====

long nVal;
HRESULT hr = Settings.get_AsyncReadLimit(&nVal);

===== See Also ===== ISettings