事务:.Net事务性文件管理器

时间:2024-03-10 00:08:47
【文件属性】:

文件名称:事务:.Net事务性文件管理器

文件大小:497KB

文件格式:ZIP

更新时间:2024-03-10 00:08:47

C#

交易文件管理器 由于原所有者已将此项目归档,因此已将其最近迁移到GITHUB 请参考: : 项目描述 事务性文件管理器是.NET API,支持在事务中包括文件系统操作,例如文件复制,移动,删除,追加等。 它是System.Transaction.IEnlistmentNotification的实现(与System.Transactions.TransactionScope一起使用)。 该库允许您将文件系统操作包装在如下事务中: // Wrap a file copy and a database insert in the same transaction TxFileManager fileMgr = new TxFileManager (); using ( TransactionScope scope1 = new TransactionScope ()) { // Co


网友评论