Implemented interface member:
property
BatchCollection
System.Workflow.Runtime.ISupportInterop.BatchCollection
8 references to BatchCollection
System.Workflow.Runtime (8)
WorkflowExecutor.cs (2)
2595
this.
BatchCollection
.RollbackBatch(currentActivity);
2994
this.
BatchCollection
.RollbackBatch(activity);
WorkflowStateRollbackService.cs (6)
112
newWorkflowExecutor.
BatchCollection
.WorkItemOrderId = this.workflowExecutor.
BatchCollection
.WorkItemOrderId;
114
foreach (KeyValuePair<object, WorkBatch> batch in this.workflowExecutor.
BatchCollection
)
116
batch.Value.SetWorkBatchCollection(newWorkflowExecutor.
BatchCollection
);
122
newWorkflowExecutor.
BatchCollection
.Add(newactivity, batch.Value);
125
this.workflowExecutor.
BatchCollection
.Clear();