This forum is closed. Thank you for your contributions.
Good day.
I have simple console application which upgrades Proposal to Project.
I use QueueUpgradeProject method, which is asynchronous. How can i wait till the end of this operation?
Best regards,
Chernobrivec.
Hi Chernobrivec,
Have a look on the WaitForQueue Method described in the following article http://msdn.microsoft.com/en-us/library/ms461006.aspx
Regards,
Stefan
I forgot to say, that im using Project Server 2007 and method QueueUpgradeProject does not return jobUID.
Anyway, i implemented it using ReadMyJobStatus.