// // DependentCloneOption.cs // // Author: // Atsushi Enomoto // // (C)2005 Novell Inc, // namespace System.Transactions { public enum DependentCloneOption { BlockCommitUntilComplete, RollbackIfNotComplete } }