C# 클래스 NZBHags.QueueHandler

파일 보기 프로젝트 열기: maesse/NZBHags 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
changed bool
collections System.Collections.ArrayList

공개 메소드들

메소드 설명
AddCollection ( FileCollection collection ) : void
QueueHandler ( ) : System
Shutdown ( ) : void
getCollections ( ) : NZBHags.FileCollection[]
getNextQueueItem ( ) : Segment
removeCollection ( FileCollection collection ) : void
setCollectionID ( FileCollection col, int index ) : void

비공개 메소드들

메소드 설명
Run ( ) : void

메소드 상세

AddCollection() 공개 메소드

public AddCollection ( FileCollection collection ) : void
collection FileCollection
리턴 void

QueueHandler() 공개 메소드

public QueueHandler ( ) : System
리턴 System

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

getCollections() 공개 메소드

public getCollections ( ) : NZBHags.FileCollection[]
리턴 NZBHags.FileCollection[]

getNextQueueItem() 공개 메소드

public getNextQueueItem ( ) : Segment
리턴 Segment

removeCollection() 공개 메소드

public removeCollection ( FileCollection collection ) : void
collection FileCollection
리턴 void

setCollectionID() 공개 메소드

public setCollectionID ( FileCollection col, int index ) : void
col FileCollection
index int
리턴 void

프로퍼티 상세

changed 공개적으로 프로퍼티

public bool changed
리턴 bool

collections 공개적으로 프로퍼티

public ArrayList,System.Collections collections
리턴 System.Collections.ArrayList