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