2 types derived from WorkflowCommitWorkBatchService
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowTransactionService.cs (1)
18
public class DefaultWorkflowCommitWorkBatchService :
WorkflowCommitWorkBatchService
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
23
public class SharedConnectionWorkflowCommitWorkBatchService :
WorkflowCommitWorkBatchService
18 references to WorkflowCommitWorkBatchService
System.Workflow.Runtime (18)
Hosting\DbResourceAllocator.cs (4)
121
internal void DetectSharedConnectionConflict(
WorkflowCommitWorkBatchService
transactionService)
172
internal DbConnection GetEnlistedConnection(
WorkflowCommitWorkBatchService
txSvc, Transaction transaction, out bool isNewConnection)
201
internal static DbTransaction GetLocalTransaction(
WorkflowCommitWorkBatchService
txSvc, Transaction transaction)
359
private static SharedConnectionInfo GetConnectionInfo(
WorkflowCommitWorkBatchService
txSvc, Transaction transaction)
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
153
protected internal override void CommitWorkBatch(
WorkflowCommitWorkBatchService
.CommitWorkBatchCallback commitWorkBatchCallback)
Hosting\SqlWorkflowPersistenceService.cs (3)
86
WorkflowCommitWorkBatchService
transactionService)
685
private
WorkflowCommitWorkBatchService
_transactionService;
825
_transactionService = Runtime.GetService<
WorkflowCommitWorkBatchService
>();
Tracking\SqlTrackingService.cs (3)
48
private
WorkflowCommitWorkBatchService
_transactionService;
192
_transactionService = this.Runtime.GetService<
WorkflowCommitWorkBatchService
>();
788
private
WorkflowCommitWorkBatchService
WorkflowCommitWorkBatchService
WorkflowRuntime.cs (7)
307
internal
WorkflowCommitWorkBatchService
TransactionService
311
return (
WorkflowCommitWorkBatchService
)GetService(typeof(
WorkflowCommitWorkBatchService
));
1033
|| service is
WorkflowCommitWorkBatchService
1120
if (GetAllServices(typeof(
WorkflowCommitWorkBatchService
)).Count == 0)
1129
if (GetAllServices(typeof(
WorkflowCommitWorkBatchService
)).Count != 1)
1133
typeof(
WorkflowCommitWorkBatchService
).Name));