C# Class System.Transactions.Enlistment

Show file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Enlistment
Enlistment System.Diagnostics
Enlistment System.Diagnostics
Enlistment System.Diagnostics
Enlistment System.Diagnostics
Enlistment System.Diagnostics
Enlistment System.Diagnostics

Public Methods

Method Description
Done ( ) : void

Private Methods

Method Description
Enlistment ( )
Enlistment ( Guid resourceManagerIdentifier, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction ) : System.Diagnostics
Enlistment ( IEnlistmentNotification twoPhaseNotifications, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics
Enlistment ( IEnlistmentNotification twoPhaseNotifications, object syncRoot ) : System.Diagnostics
Enlistment ( InternalEnlistment internalEnlistment ) : System.Diagnostics
Enlistment ( InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction, EnlistmentOptions enlistmentOptions ) : System.Diagnostics
Enlistment ( InternalTransaction transaction, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction ) : System.Diagnostics

Method Details

Done() public method

public Done ( ) : void
return void