C# Класс System.Transactions.InternalEnlistment

Наследование: ISinglePhaseNotificationInternal, IEnlistmentNotificationInternal
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_singlePhaseNotifications ISinglePhaseNotification
_transaction InternalTransaction
_twoPhaseNotifications IEnlistmentNotification

Private Properties

Свойство Тип Описание
CheckComplete void
FinishEnlistment void
IEnlistmentNotificationInternal void
ISinglePhaseNotificationInternal void
InternalEnlistment System.Diagnostics
InternalEnlistment System.Diagnostics

Защищенные методы

Метод Описание
InternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics
InternalEnlistment ( Enlistment enlistment, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics

Приватные методы

Метод Описание
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

Описание методов

InternalEnlistment() защищенный метод

protected InternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics
enlistment Enlistment
twoPhaseNotifications IEnlistmentNotification
Результат System.Diagnostics

InternalEnlistment() защищенный метод

protected InternalEnlistment ( Enlistment enlistment, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics
enlistment Enlistment
transaction InternalTransaction
atomicTransaction Transaction
Результат System.Diagnostics

Описание свойств

_singlePhaseNotifications защищенное свойство

protected ISinglePhaseNotification _singlePhaseNotifications
Результат ISinglePhaseNotification

_transaction защищенное свойство

protected InternalTransaction,System.Transactions _transaction
Результат InternalTransaction

_twoPhaseNotifications защищенное свойство

protected IEnlistmentNotification _twoPhaseNotifications
Результат IEnlistmentNotification