Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
RecordedSound.CancelUploadToFTP method 
 
Remarks 
 
Stops an existing FTP session started through a call to the RecordedSound.RequestUploadToFTP method. 
 
A successful call to this method will fire the SoundUploadDone event. 
 
For further details about recorded sound methods refer to the RecordedSound class 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] 
Public Function CancelUploadToFTP
 
[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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents