C# Class System.Transactions.EnlistmentState

Show file Open project: dotnet/corefx

Private Properties

Property Type Description
Aborted void
ChangeStateCommitting void
ChangeStateDelegated void
ChangeStatePreparing void
ChangeStatePromoted void
ChangeStateSinglePhaseCommit void
Committed void
EnlistmentDone void
EnterState void
ForceRollback void
InDoubt void
InternalAborted void
InternalCommitted void
InternalIndoubt void
Prepared void
RecoveryInformation byte[]

Private Methods

Method Description
Aborted ( InternalEnlistment enlistment, Exception e ) : void
ChangeStateCommitting ( InternalEnlistment enlistment ) : void
ChangeStateDelegated ( InternalEnlistment enlistment ) : void
ChangeStatePreparing ( InternalEnlistment enlistment ) : void
ChangeStatePromoted ( InternalEnlistment enlistment, IPromotedEnlistment promotedEnlistment ) : void
ChangeStateSinglePhaseCommit ( InternalEnlistment enlistment ) : void
Committed ( InternalEnlistment enlistment ) : void
EnlistmentDone ( InternalEnlistment enlistment ) : void
EnterState ( InternalEnlistment enlistment ) : void
ForceRollback ( InternalEnlistment enlistment, Exception e ) : void
InDoubt ( InternalEnlistment enlistment, Exception e ) : void
InternalAborted ( InternalEnlistment enlistment ) : void
InternalCommitted ( InternalEnlistment enlistment ) : void
InternalIndoubt ( InternalEnlistment enlistment ) : void
Prepared ( InternalEnlistment enlistment ) : void
RecoveryInformation ( InternalEnlistment enlistment ) : byte[]