6 references to EnqueueEvent
System.Workflow.Runtime (6)
System\Activities\Statements\InteropExecutor.cs (1)
214this.workflowQueuingService.EnqueueEvent(queueName, item);
WorkflowExecutor.cs (3)
695qService.EnqueueEvent(sub.QueueName, sub.SubscriptionId); 1240qService.EnqueueEvent(queueName, item); 1312qService.EnqueueEvent(queueName, item);
WorkflowQueue.cs (1)
161qService.EnqueueEvent(this.queueName, item);
WorkflowQueuingService.cs (1)
175this.rootQueuingService.EnqueueEvent(queueName, item);