DownloaderSessionCompleted event |
|
Remarks
Occurs at the end of a successful downloading session generated by a previous call to one between the Downloader.SessionStartToFile, Downloader.SessionStartToMemory and Downloader.SessionStartToPlayer.methods.
For details about management of download sessions from HTTP and FTP servers, refer to the How to manage download sessions tutorial.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
[Visual Basic] Public Event DownloaderSessionCompleted As DownloaderEventHandler |
[C#] public event DownloaderEventHandler DownloaderSessionCompleted; |
[C++] public: __event DownloaderEventHandler DownloaderSessionCompleted; |
Event Data
The event handler receives an argument of type DownloaderEventArgs having the following parameters:
Parameter |
Description |
|
|
nDllSessionUniqueId |
Unique identifier of the downloading session generated by a previous call to one between the Downloader.SessionStartToFile, Downloader.SessionStartToMemory and Downloader.SessionStartToPlayer.methods. |