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