Is it possible to access the queue object from within the ContentChanged event itself? The use case I was hoping to support is some thread enqueues to a queue, which fires the ContentChanged.Enqueue action, which, within the event handler for that action, would schedule a dequeue against the queue object.
Thanks!
Is it possible to access the queue object from within the ContentChanged event itself? The use case I was hoping to support is some thread enqueues to a queue, which fires the ContentChanged.Enqueue action, which, within the event handler for that action, would schedule a dequeue against the queue object.
Thanks!