Method | Description | |
---|---|---|
ProgressData ( long itemCount, string activity, string status, int id, int parentId ) : System | ||
ResetStartTime ( ) : void | ||
Update ( long processedItems, string currentOperation ) : void |
public ProgressData ( long itemCount, string activity, string status, int id, int parentId ) : System | ||
itemCount | long | |
activity | string | |
status | string | |
id | int | |
parentId | int | |
return | System |
public Update ( long processedItems, string currentOperation ) : void | ||
processedItems | long | |
currentOperation | string | |
return | void |