C#
VB
Java
Objective-C
WinRT C#
C++
Determines if the feed-load process is done.
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();
}
true if the feed-load process is done; false, otherwise.
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.
For an example, refer to StartFeedLoad.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET