Cancel Method  
 

Cancels the current storage operation.

Syntax

object.Cancel

Parameters

None.

Return Value

None.

Remarks

The Cancel method cancels the current storage operation in the current thread. This is typically used inside an OnProgress event handler, causing the blocking method to return to the caller with an error indicating that the current operation was canceled. If a storage operation is not currently in progress, calling this method will have no effect.

See Also

GetData Method, GetFile Method, PutData Method, PutFile Method, Reset Method, OnProgress Event