Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CancelFeedGetInformation Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : CancelFeedGetInformation Method



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

Syntax

Visual Basic (Declaration) 
Public Sub CancelFeedGetInformation() 
Visual Basic (Usage)Copy Code
Dim instance As RasterCodecs
 
instance.CancelFeedGetInformation()
C# 
public void CancelFeedGetInformation()
C++/CLI 
public:
void CancelFeedGetInformation(); 

Example

For an example, refer to StartFeedGetInformation.

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also