Naanou.ResourceExchange
Class WorkStatusArgs

Work status event arguments

Field Summary
long Bytes
         Bytes sent/recvd
int Completion
         Completion %
int Speed
         Speed (bps)

Constructor Summary
WorkStatusArgs(int completion, int speed, long bytes)
         Constructor

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

Bytes

public long Bytes

Bytes sent/recvd


Completion

public int Completion

Completion %


Speed

public int Speed

Speed (bps)

Constructor Detail

WorkStatusArgs

public WorkStatusArgs(int completion,
                      int speed,
                      long bytes)

Constructor

Parameters:
completion -
speed -
bytes -