Re: [vbox-dev] com and snapshot save / restore

2012-11-09 Thread Klaus Espenlaub
On 08.11.2012 16:55, Jaikumar G wrote: > Folks, > So I am using the SDK Apis to save and restore a snapshot. > > a) If the same thread saves and restores the snapshot, I see that I need > a 20 sec delay between the save and restore (presumably for vbox to > update its data). The most delay sho

[vbox-dev] com and snapshot save / restore

2012-11-08 Thread Jaikumar G
Folks, So I am using the SDK Apis to save and restore a snapshot. a) If the same thread saves and restores the snapshot, I see that I need a 20 sec delay between the save and restore (presumably for vbox to update its data). b) I also see that I need to call com::shutdown() after the save and