3 references to Enqueue
System.Workflow.Runtime (3)
Hosting\DefaultWorkflowSchedulerService.cs (1)
124
timerQueue.
Enqueue
(timerId, ci, whenUtc);
Hosting\ManualWorkflowSchedulerService.cs (1)
137
pendingScheduleRequests.
Enqueue
(timerId, new CallbackInfo(callback, workflowInstanceId, timerId, whenUtc), whenUtc);
TimerEventSubscriptionCollection.cs (1)
42
queue.
Enqueue
(timerEventSubscription.SubscriptionId, timerEventSubscription, timerEventSubscription.ExpiresAt);