Hi,
I have 2 method calls that I want to run simultaneously.
How do I do this and ensure the code only moves on once BOTH calls are completed?
Thanks
Reports.ExecuteReport("Item1.pdf", out xmlDoc1); Reports.ExecuteReport("Test.pdf", out xmlDoc2);
Hi,
I have 2 method calls that I want to run simultaneously.
How do I do this and ensure the code only moves on once BOTH calls are completed?
Thanks
Reports.ExecuteReport("Item1.pdf", out xmlDoc1); Reports.ExecuteReport("Test.pdf", out xmlDoc2);