The WorkBatch uses the MustCommit function to determine if a the pending work item needs to be committed. If it returns true it calls the Commit function to do the actual work. Once the work is done the Complete function is called. The first parameter to the Complete function indicates if the transaction was successful or not.
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
23-11-2009 15:31:55 - -80.126.16.139
The interface used to implement a WorkBatch
23-11-2009 15:24:40 - -80.126.16.139
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
23-11-2009 15:31:55 - -80.126.16.139
Occurs when a WorkBatch is commited.
23-11-2009 15:17:30 - -80.126.16.139
Called after a transaction has completed
23-11-2009 15:20:26 - -80.126.16.139
Used to check if a pending work item should be committed or not.
23-11-2009 15:25:45 - -80.126.16.139
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
23-11-2009 15:31:55 - -80.126.16.139
Used to check if a pending work item should be committed or not.