|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Property Summary | |
---|---|
bool | IsComplete |
Naanou.ResourceExchange.WorkStatusArgs | LastStatus |
Naanou.ResourceExchange.ByteRange |
Range
Gets the range this worker was responsible for |
string | SourceTitle |
Method Summary | |
---|---|
void |
Abort() Abort the worker |
void |
Join() Join and wait indefinately |
void |
Join(System.TimeSpan timeout) Join, waiting for a specific time |
void | PaintStatus(System.Drawing.Graphics g, System.Drawing.Rectangle rect) |
void |
Start() Starts the worker |
Event Summary | |
---|---|
Naanou.ResourceExchange.WorkCompleteHandler |
Complete
Worker has completed |
Naanou.ResourceExchange.WorkStatusHandler |
Status
Worker has status to report |
Property Detail |
---|
public bool IsComplete
public Naanou.ResourceExchange.WorkStatusArgs LastStatus
public Naanou.ResourceExchange.ByteRange Range
Gets the range this worker was responsible for
public string SourceTitle
Method Detail |
---|
public void Abort()
Abort the worker
public void Join()
Join and wait indefinately
public void Join(System.TimeSpan timeout)
Join, waiting for a specific time
Parameters:
timeout
- public void PaintStatus(System.Drawing.Graphics g, System.Drawing.Rectangle rect)
public void Start()
Starts the worker
Event Detail |
---|
public Naanou.ResourceExchange.WorkCompleteHandler Complete
Worker has completed
public Naanou.ResourceExchange.WorkStatusHandler Status
Worker has status to report
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |