Intersoft ClientUI Documentation
CancelDownload Method



Specifies the reason of the cancellation.
Stop the download progress of this application package.
Syntax
Public Function CancelDownload( _
   ByVal reason As String _
) As Boolean
Dim instance As ApplicationPackage
Dim reason As String
Dim value As Boolean
 
value = instance.CancelDownload(reason)
public bool CancelDownload( 
   string reason
)
public:
bool CancelDownload( 
   String^ reason
) 

Parameters

reason
Specifies the reason of the cancellation.

Return Value

True, if the download is successfully cancelled.
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

ApplicationPackage Class
ApplicationPackage Members

Send Feedback