Example #1
0
 public IFileSystemTransaction DetachTransaction()
 {
     Check.DoCheckOperationValid(!IsNullScope, "Transaction scope is NULL cope - it does not wrap any transaction.");
     return(_wrappedScope.DetachTransaction());
 }