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