IArticleDatabase.PreLoadAllArticles Method

Pre-loads all articles from the DB to an internal dictionary. All successive accesses to the articles (with GetArticleInfo) are then performed very fast on that dictionary.
Function PreLoadAllArticles( _ 
ByVal progressTickAction As ExecutionProgressTick
) As Boolean
This language is not supported or no code example is available.
bool PreLoadAllArticles( 
ExecutionProgressTick progressTickAction 
)
This language is not supported or no code example is available.

Parameters

progressTickAction
ExecutionProgressTick

The handler method that will be called on each progress tick. May be null reference (Nothing in Visual Basic) for no action.

Return Value

bool

true when articles were properly loaded.

Remarks
 
This method is mostly for internal use only and it is used by requests.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition