2 overrides of CommitWorkBatch
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowTransactionService.cs (1)
88internal protected override void CommitWorkBatch(CommitWorkBatchCallback commitWorkBatchCallback)
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
153protected internal override void CommitWorkBatch(WorkflowCommitWorkBatchService.CommitWorkBatchCallback commitWorkBatchCallback)
3 references to CommitWorkBatch
System.Workflow.Runtime (3)
Hosting\DefaultWorkflowTransactionService.cs (1)
104base.CommitWorkBatch(commitWorkBatchCallback);
WorkflowExecutor.cs (2)
2167this.WorkflowRuntime.TransactionService.CommitWorkBatch(DoResourceManagerCommit); 2195this.WorkflowRuntime.TransactionService.CommitWorkBatch(DoResourceManagerCommit);