up vote 0 down vote favorite
1
share [g+] share [fb]

What is the equivalent command to perform any outstanding actions? Thanks

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

It's a quiet complex series of commands which starts off by calling a method on an internal static class (SPTimerStore), so in order to reproduce it you'll have to reproduce at least also this method.

If you really want to see what's going on you can open stsadm.exe in .Net Reflector it has a class for each of the out-of-the-box operations where the run method is the one called at execution time

link|improve this answer
Thanks, it is a bit complicated, the easiest way for this command is: social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/… but the .net reflector is worthy of a mention. – Nathan Oct 27 '09 at 15:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.