2 overrides of Cancel
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (1)
128internal protected override void Cancel(Guid timerId)
Hosting\ManualWorkflowSchedulerService.cs (1)
141internal protected override void Cancel(Guid timerId)
2 references to Cancel
System.Workflow.Runtime (2)
Hosting\WorkflowTimerService.cs (1)
26schedulerService.Cancel(timerId);
TimerEventSubscriptionCollection.cs (1)
107schedulerService.Cancel(sub.SubscriptionId);