Close Method  
 

Close the current news feed.

Syntax

object.Close

Parameters

None.

Return Value

A value of zero is returned if the feed was closed successfully. Otherwise, a non-zero error code is returned which indicates the cause of the failure. If the method fails, the value of the LastError property can be used to determine cause of the failure.

Remarks

The Close method must be called whenever the application has completed processing the news feed. Information about the current news feed item will be cleared whenever this method is called, resetting the channel and item related properties back to their default values.

See Also

FindItem Method, GetItem Method, Open Method, Parse Method, Store Method