2 implementations of Complete
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (1)
1169void IPendingWork.Complete(bool succeeded, ICollection items)
Tracking\SqlTrackingService.cs (1)
1108public void Complete(bool succeeded, ICollection items)
1 reference to Complete
System.Workflow.Runtime (1)
WorkBatch.cs (1)
265work.Complete(succeeded, values);