Queue Item Arrived
Last changed: -80.126.236.224

.
Summary

Not the first choice to handle WorkflowQueue events. Use the QueueItemAvailable for normal asynchonous processing.

This event is only used for processing that must occur synchronously with event delivery to the workflow instance. The event handler may execute on a non-workflow thread so access to any shared workflow object, for example, any DependencyObject, must be protected.