S
Steve B.
Hi,
I'm building an application that performs some operations of several kinds :
file copy, IIS web site creation, etc...
Since if one of this operation fails, all others have to be rollbacked, I
started to look at the transactionscope class and IEnlistmentNotification
interface.
How can I know what objects in .Net framework implements such objects ? I
know ADO..net does, but what about DirectoryEntry, File.Copy, etc ?
I implemented manually the File.Copy to support transaction... but what a
pain ! Is there any namespace or class that can do the job for me ?
Thanks in advance,
Steve
I'm building an application that performs some operations of several kinds :
file copy, IIS web site creation, etc...
Since if one of this operation fails, all others have to be rollbacked, I
started to look at the transactionscope class and IEnlistmentNotification
interface.
How can I know what objects in .Net framework implements such objects ? I
know ADO..net does, but what about DirectoryEntry, File.Copy, etc ?
I implemented manually the File.Copy to support transaction... but what a
pain ! Is there any namespace or class that can do the job for me ?
Thanks in advance,
Steve