MaxFinishedSize
The MaxFinishedSize parameter specifies the maximum number of Finished + Error tasks to store. When the MaxFinishedSize is reached, the oldest Finished or Error action is disposed of and so is no longer accessible through the QueueInfo action.
NOTE: Queued, Processing, Finished, and Error are the action statuses reported by the QueueInfo action.
If you set this parameter only in the [Actions] section of the configuration file, the limit applies to each asynchronous queue. You can override this parameter for a specific queue by setting the parameter in the [ActionName] section of the configuration file, where ActionName is the name of the action.
| Type: | Integer | 
| Default: | 100000 | 
| Required: | No | 
| Configuration Section: | ActionName or Actions where ActionName is the name of an asynchronous action. | 
| Example: | 
 In this example, the server stores up to 100  
 In this example, the server stores up to 50  | 
| See Also: | MaxQueueSize |