[Quickfix-developers] FileLogFactory & FileStoreFactory
Brought to you by:
orenmnero
|
From: Joe A. <JA...@ru...> - 2007-06-26 13:21:04
|
I am trying to move the files associated with the Log and Store when my application is complete for the day. =20 When I try to move the files, I get an error that the files are still in use. I have stopped the SocketInitiator (socketInitiator.stop()) and also disposed of the SocketInitiator object (socketInitiator.Dispose()). I do not see similar dispose methods on FileLogFactory and FileStoreFactory. I tried setting the objects to null, but to no avail. =20 Is there a way to release the handles to these files from C#? |