Version

IsComplete Property

Indicates if the query operation has been completed.
Syntax
'Declaration
 
Public ReadOnly Property IsComplete As Boolean
public bool IsComplete {get;}
Remarks

When a query is performed asynchronously IsComplete will return false until the operation has been completed. Also Activities property will return an empty collection until the query is complete after which it will raise its INotifyCollectionChanged.CollectionChanged event in accordance with the query results.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also