C# 클래스 PutioFS.Core.DownloadManager

This is the master download manager. It manages smaller threads that do the actual download.
파일 보기 프로젝트 열기: firat/PutioFS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxConnections int
Online System.Boolean

공개 메소드들

메소드 설명
DownloadManager ( int max_connection_count ) : System
ProcessQueue ( ) : void
Register ( PutioFileHandle handle ) : System.Boolean
Unregister ( PutioFileHandle handle ) : System.Boolean
UpdatePosition ( PutioFileHandle handle ) : System.Boolean

메소드 상세

DownloadManager() 공개 메소드

public DownloadManager ( int max_connection_count ) : System
max_connection_count int
리턴 System

ProcessQueue() 공개 메소드

public ProcessQueue ( ) : void
리턴 void

Register() 공개 메소드

public Register ( PutioFileHandle handle ) : System.Boolean
handle PutioFileHandle
리턴 System.Boolean

Unregister() 공개 메소드

public Unregister ( PutioFileHandle handle ) : System.Boolean
handle PutioFileHandle
리턴 System.Boolean

UpdatePosition() 공개 메소드

public UpdatePosition ( PutioFileHandle handle ) : System.Boolean
handle PutioFileHandle
리턴 System.Boolean

프로퍼티 상세

MaxConnections 공개적으로 프로퍼티

public int MaxConnections
리턴 int

Online 공개적으로 프로퍼티

public Boolean,System Online
리턴 System.Boolean