←Select platform

CancelFeedGetInformation Method

Summary

This method can be used to purposefully cancel the feed information process.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void CancelFeedGetInformation() 
Public Sub CancelFeedGetInformation()  
public void CancelFeedGetInformation() 
- (void)cancelFeedGetInformation 
public void cancelFeedGetInformation() 
 function Leadtools.Codecs.RasterCodecs.CancelFeedGetInformation() 
public: 
void CancelFeedGetInformation();  

Remarks

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

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

Example

For an example, refer to StartFeedGetInformation.

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