QDVArticleDatabase.PreLoadAllArticles Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IArticleDatabase.PreLoadAllArticles instead.

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.
[Obsolete("Use Qdv.UserApi.IArticleDatabase.PreLoadAllArticles instead.")] 
public 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.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition