On Thu, Feb 3, 2011 at 12:25, Marc Bettex <bet...@epsitec.ch> wrote:
> So am I right to assume that when the verbose mode is false, the method is
> asynchronous, and that when the verbose mode is true, the method is
> synchronous and that the firebird .net provider waits for the server to
> finish the backup before returning the control to the caller? And if I'm
> wrong and in both cases the method is asynchronous (and the fact that in my
> case with the verbose mode on it returns only when the job is done is some
> kind of coincidence), is there a way to know when the backup is done?

The method is in both cases synchronous, in respect to sending
commands to server. The rest is about the behavior of Services API. If
you have verbose mode turned on, the server returns the results via
service output, so that's the only way to see what's going on and when
it's done.

-- 
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to