Пример #1
0
 public void Run()
 {
     if (null != _enclosing._committed)
     {
         _enclosing._committed(null, new CommitEventArgs
                                   (transaction, objectInfoCollections, isOwnCommit));
     }
 }