ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TItemIdListHelper.TryIsInvalid

Asynchronously checks if the ItemIdList is valid. If the call is slow, returns true after a given timespan.

Syntax
Pascal
class function TryIsInvalid(const pItemIdList: IItemIdList; const pStopAfter: integer; const pCancellationIndicator: ICancellationIndicator = nil): boolean;
Parameters 
Description 
const pItemIdList: IItemIdList 
The ItemIdList to check. 
const pStopAfter: integer 
ms to try to fetch the value. 
const pCancellationIndicator: ICancellationIndicator = nil 
An optional cancellation indicator for the workitem. 

true, if the ItemIdList is invalid or the value could was not retrieved in the given time; false otherwise.