Copyright © 2006-2019 MultiMedia Soft

RecordedSound.CancelUploadToFTP method

Previous pageReturn to chapter overviewNext page

Remarks

 

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

 

A successful call to this method will fire the SoundUploadDone event.

 

For further details about recorded sound methods refer to the RecordedSound object section.

For further details see the How to perform a recording session section.

 

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

 

 

Syntax

 

[Visual Basic]

control.RecordedSound.CancelUploadToFTP (

) as enumErrorCodes


 

[C++]

short control.RecordedSound.CancelUploadToFTP (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.