コード例 #1
0
ファイル: Enlistment.cs プロジェクト: stuwelsh/corewf
 internal RecoveringInternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications, object syncRoot) :
     base(enlistment, twoPhaseNotifications)
 {
     _syncRoot = syncRoot;
 }
コード例 #2
0
ファイル: Enlistment.cs プロジェクト: stuwelsh/corewf
 protected DurableInternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications) :
     base(enlistment, twoPhaseNotifications)
 {
 }