Server.Execute of ProcessAdd - Synchronous or Asynchronous? -
12-18-2006
, 11:46 AM
(Also posted to MSDN Forums, but no response there)
------
If I use AMOs Server.Execute method to send an XMLA command containing
ProcessAdd commands, is that a syncronous or asynchronous operation? More
specifically, when the Execute command returns, does that mean the
processing is complete? Or am I just kicking off a process that will finish
at some point in the future? |