C# Class System.Transactions.InternalEnlistment

Inheritance: ISinglePhaseNotificationInternal, IEnlistmentNotificationInternal
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Protected Properties

Свойство Type Description
_singlePhaseNotifications ISinglePhaseNotification
_transaction InternalTransaction
_twoPhaseNotifications IEnlistmentNotification

Private Properties

Свойство Type Description
CheckComplete void
FinishEnlistment void
IEnlistmentNotificationInternal void
ISinglePhaseNotificationInternal void
InternalEnlistment System.Diagnostics
InternalEnlistment System.Diagnostics

Méthodes protégées

Méthode Description
InternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics
InternalEnlistment ( Enlistment enlistment, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics

Private Methods

Méthode Description
CheckComplete ( ) : void
FinishEnlistment ( ) : void
IEnlistmentNotificationInternal ( IPromotedEnlistment enlistment ) : void
ISinglePhaseNotificationInternal ( IPromotedEnlistment singlePhaseEnlistment ) : void
InternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics
InternalEnlistment ( Enlistment enlistment, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction ) : System.Diagnostics

Method Details

InternalEnlistment() protected méthode

protected InternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics
enlistment Enlistment
twoPhaseNotifications IEnlistmentNotification
Résultat System.Diagnostics

InternalEnlistment() protected méthode

protected InternalEnlistment ( Enlistment enlistment, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics
enlistment Enlistment
transaction InternalTransaction
atomicTransaction Transaction
Résultat System.Diagnostics

Property Details

_singlePhaseNotifications protected_oe property

protected ISinglePhaseNotification _singlePhaseNotifications
Résultat ISinglePhaseNotification

_transaction protected_oe property

protected InternalTransaction,System.Transactions _transaction
Résultat InternalTransaction

_twoPhaseNotifications protected_oe property

protected IEnlistmentNotification _twoPhaseNotifications
Résultat IEnlistmentNotification