Visual Basic (Declaration) | |
---|---|
Public Sub CancelFeedGetInformation() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void CancelFeedGetInformation() |
Managed Extensions for C++ | |
---|---|
public: void CancelFeedGetInformation(); |
C++/CLI | |
---|---|
public: void CancelFeedGetInformation(); |
For an example, refer to StartFeedGetInformation.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family