Esempio n. 1
0
 internal RecoveringInternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications, object syncRoot) :
     base(enlistment, twoPhaseNotifications)
 {
     _syncRoot = syncRoot;
 }
Esempio n. 2
0
 protected DurableInternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications) :
     base(enlistment, twoPhaseNotifications)
 {
 }