Copyright © 2006-2023 MultiMedia Soft

DownloaderSessionStopped event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a downloading session, generated by a previous call to one between the Downloader.SessionStartToFile and the Downloader.SessionStartToMemory methods, is stopped through the Downloader.SessionStop method.

 

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 DownloaderSessionStopped As DownloaderEventHandler


 

[C#]

public event DownloaderEventHandler DownloaderSessionStopped;


 

[C++]

public: __event DownloaderEventHandler DownloaderSessionStopped;


 

 

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 and the Downloader.SessionStartToMemory methods.