←Select platform

CancelFeedLoad Method

Summary
This method can be used to purposefully cancel the FeedLoad process.
Syntax
C#
VB
Objective-C
C++
Java
public void CancelFeedLoad() 
Public Sub CancelFeedLoad()  
- (void)cancelFeedLoad 
public void cancelFeedLoad() 
public: 
void CancelFeedLoad();  
Remarks

This method can be used to gracefully cancel a feed load operation. For example, during feed load progressing, the user might click a cancel button to abort the operation. You can then call this method to end the feed load process without throwing an exception.

For a description of how the methods relate to each other, refer to StartFeedLoad.

Example

For an example, refer to StartFeedLoad.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.