2 overrides of Schedule
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (1)
109
internal protected override void
Schedule
(WaitCallback callback, Guid workflowInstanceId, DateTime whenUtc, Guid timerId)
Hosting\ManualWorkflowSchedulerService.cs (1)
125
internal protected override void
Schedule
(WaitCallback callback, Guid workflowInstanceId, DateTime whenUtc, Guid timerId)
2 references to Schedule
System.Workflow.Runtime (2)
Hosting\WorkflowTimerService.cs (1)
20
schedulerService.
Schedule
(callback, workflowInstanceId, whenUtc, timerId);
TimerEventSubscriptionCollection.cs (1)
121
schedulerService.
Schedule
(executor.ProcessTimersCallback, sub.WorkflowInstanceId, sub.ExpiresAt, sub.SubscriptionId);