UVM scoreboard scoreboard instantiates subscriber (uvm_sunscriber). inside write function how can i compare properly

In reply to chr_sue:

Hi
My intention is first scoreboard should fill the queues inside the subscribers. then subscriber write function should work.

I donot call the write_before function explicitly again.

How do I make sure that first scoreboard write_before happens before write() of subscriber ?
Thanks