4 references to Dequeue
System.WorkflowServices (4)
System\Workflow\Activities\ReceiveActivity.cs (4)
468
this.RequestContext = workflowQueue.
Dequeue
() as WorkflowRequestContext;
501
workflowQueue.
Dequeue
();
902
WorkflowRequestContext requestContext = workflowQueue.
Dequeue
() as WorkflowRequestContext;
1659
workflowQueue.
Dequeue
();