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