Intersoft ClientUI Documentation
Cancel Method



Cancel and stop the current download progress.
Syntax
Public Overridable Sub Cancel( _
   ByVal reason As String _
) 
Dim instance As ResourceDownloader
Dim reason As String
 
instance.Cancel(reason)
public virtual void Cancel( 
   string reason
)
public:
virtual void Cancel( 
   String^ reason
) 

Parameters

reason
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResourceDownloader Class
ResourceDownloader Members

Send Feedback