Copyright © 2008-2019 MultiMedia Soft

SoundUploadPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Notifies the advancement status, expressed in percentage, of an uploading session to a FTP server started through a call to the RequestUploadSessionToFTP or RequestUploadFileToFTP methods.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event SoundUploadPerc As SoundUploadPercEventHandler


 

[C#]

public event SoundUploadPercEventHandler SoundUploadPerc;


 

[C++]

public: __event SoundUploadPercEventHandler SoundUploadPerc;


 

 

Event Data

 

The event handler receives an argument of type SoundUploadPercEventArgs having the following parameters:

 

Parameters

Description

 

 

nPercentage

Number representing the current percentage of the uploading session to a FTP server