Posted: Mon Mar 19, 2012 6:07 pm Post subject: Re: VB.Net IBM XMS difference between Close() and Stop() met
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
adityamanocha wrote:
What is the difference between Close() and Stop() methods for closing/stopping the MQ connection through VB.Net?
Thanks.
Regards,
Aditya
It is a matter of keeping state. A stopped connection can be started.
A closed connection is of no use and is waiting for a garbage collection
Any operation on the closed connection will result in an illegal state exception
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum