←Select platform

IsFeedLoadDone Property

Summary

Determines if the feed-load process is done.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsFeedLoadDone { get; } 
Public ReadOnly Property IsFeedLoadDone As Boolean 
public bool IsFeedLoadDone {get;} 
@property (nonatomic, assign, readonly) BOOL isFeedLoadDone 
public boolean isFeedLoadDone() 
 get_IsFeedLoadDone();  
public: 
property bool IsFeedLoadDone { 
   bool get(); 
} 

Property Value

true if the feed-load process is done; false, otherwise.

Remarks

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.

Example

For an example, refer to StartFeedLoad.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly