1 write to workflowQueuingService
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
456
this.
workflowQueuingService
= new WorkflowQueuingService(this);
4 references to workflowQueuingService
System.Workflow.Runtime (4)
System\Activities\Statements\InteropExecutor.cs (4)
98
return this.
workflowQueuingService
.QueueNames;
214
this.
workflowQueuingService
.EnqueueEvent(queueName, item);
600
this.
workflowQueuingService
.CallingActivity = ContextActivity(currentActivity);
601
return this.
workflowQueuingService
;