Uploader for Silverlight
Cancel Method (C1Uploader)






Cancels the current upload process.
Syntax
'Declaration
 
Public Function Cancel() As System.Boolean
'Usage
 
Dim instance As C1Uploader
Dim value As System.Boolean
 
value = instance.Cancel()
public System.bool Cancel()
public function Cancel(): System.Boolean; 
public function Cancel() : System.boolean;
public: System.bool Cancel(); 
public:
System.bool Cancel(); 

Return Value

True if the current upload process has been canceled successfully.
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

C1Uploader Class
C1Uploader Members

Send Feedback