Copyright © 2011-2019 MultiMedia Soft

CancelUploadToFTP method

Previous pageReturn to chapter overviewNext page

Remarks

 

Stops an existing FTP session started through a call to the RequestUploadSessionToFTP or RequestUploadFileToFTP methods.

An example of use of this method can be found inside the UploadSoundToFTP sample.

 

 

Syntax

 

[Visual Basic]

Public Function CancelUploadToFTP (

) as enumErrorCodes


 

[C#]

public enumErrorCodes CancelUploadToFTP (

);


 

[C++]

public: enumErrorCodes CancelUploadToFTP (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.