Method DoLogic
DoLogic()
Perform the task once (ignoring repetitions specification). Return number of work items done by this task. For indexing that can be number of docs added. For warming that can be number of scanned items, etc.
Declaration
public abstract int DoLogic()
Returns
Type | Description |
---|---|
System.Int32 | Number of work items done by this task. |