The following tables list the members exposed by ProgressReportingTaskBase.
            
            
            
            
            
            
            Protected Fields
|  | Name | Description | 
|---|
|  | MaxRetries | Maximum number of retries if MSMQ Timeout excpetion happened | 
TopPublic Properties
|  | Name | Description | 
|---|
|  | IsCanceled | Is processing canceled | 
|  | IsDone | trueif the task is completed;falseotherwise | 
|  | ProcessingException | Event raised when a error occurs during the execution of the task | 
|  | RunningCount | Gets the current running count of items being processed by the task. | 
|  | StatusCount | Count need for showing on progress changed (for status message) | 
|  | TotalCount | Gets the total count of items to be processed by the task | 
TopProtected Properties
|  | Name | Description | 
|---|
|  | IsAsyncComplete | Element processing is completed if running count is equal to total count | 
TopPublic Methods
            
            
            
            
            
            
            
            
            
            
            See Also