Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property IsFeedLoadDone As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsFeedLoadDone {get;} |
Return Value
true if the feed-load process is done, otherwise; false.For an example, refer to StartFeedLoad.
Checking the value of IsFeedLoadDone is useful to exit out of the feed-load process when sufficient data has been collected
to load all the pages requested.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family