Hello,
I have implemented a new functionality wherein on PublishDocument success I basically publish the attributes related to that document.
There is no problem in publishing the attributes too but I just want to make sure that publsihing the 2nd document happens only after my document and all its attributes are published.
I have delayed the operationSuccess for document till the last attribute. Only when the last attribute is published we get a document stored message. I was expecting this would solve the problem but still other documents start getting published in middle of attributes getting published.
Is there any timer? because I have delayed the operationCallback till the last attributed publishSuccess..!
Hoping to hear from you.