C# Class PutioFS.Core.DownloadManager

This is the master download manager. It manages smaller threads that do the actual download.
Afficher le fichier Open project: firat/PutioFS Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxConnections int
Online System.Boolean

Méthodes publiques

Méthode Description
DownloadManager ( int max_connection_count ) : System
ProcessQueue ( ) : void
Register ( PutioFileHandle handle ) : System.Boolean
Unregister ( PutioFileHandle handle ) : System.Boolean
UpdatePosition ( PutioFileHandle handle ) : System.Boolean

Method Details

DownloadManager() public méthode

public DownloadManager ( int max_connection_count ) : System
max_connection_count int
Résultat System

ProcessQueue() public méthode

public ProcessQueue ( ) : void
Résultat void

Register() public méthode

public Register ( PutioFileHandle handle ) : System.Boolean
handle PutioFileHandle
Résultat System.Boolean

Unregister() public méthode

public Unregister ( PutioFileHandle handle ) : System.Boolean
handle PutioFileHandle
Résultat System.Boolean

UpdatePosition() public méthode

public UpdatePosition ( PutioFileHandle handle ) : System.Boolean
handle PutioFileHandle
Résultat System.Boolean

Property Details

MaxConnections public_oe property

public int MaxConnections
Résultat int

Online public_oe property

public Boolean,System Online
Résultat System.Boolean