C# Class System.Transactions.DurableInternalEnlistment

Inheritance: InternalEnlistment
Show file Open project: dotnet/corefx

Private Properties

Property Type Description
DurableInternalEnlistment System.Diagnostics

Protected Methods

Method Description
DurableInternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics

Private Methods

Method Description
DurableInternalEnlistment ( Enlistment enlistment, System.Guid resourceManagerIdentifier, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction ) : System.Diagnostics

Method Details

DurableInternalEnlistment() protected method

protected DurableInternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics
enlistment Enlistment
twoPhaseNotifications IEnlistmentNotification
return System.Diagnostics