←Select platform

IsFeedLoadDone Property

Summary

Determines if the feed-load process is done.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsFeedLoadDone { get; } 
Public ReadOnly Property IsFeedLoadDone As Boolean 
@property (nonatomic, assign, readonly) BOOL isFeedLoadDone 
public boolean 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly