DownloaderSessionCompleted event |
|
Remarks
Occurs at the end of a successful downloading session generated by a previous call to one between the Downloader.SessionStartToFile and the Downloader.SessionStartToMemory methods.
For details about management of download sessions from HTTP and FTP servers, refer to the How to manage download sessions tutorial.
Syntax
[Visual Basic] DownloaderSessionCompleted ( ByVal nDllSessionUniqueId as Long ) |
[C++] void DownloaderSessionCompleted ( long nDllSessionUniqueId ); |
Parameter |
Description |
|
|
nDllSessionUniqueId |
Unique identifier of the downloading session generated by a previous call to one between the Downloader.SessionStartToFile and the Downloader.SessionStartToMemory methods. |