C# Class System.Transactions.EnlistableStates

Inheritance: ActiveStates
Show file Open project: dotnet/corefx

Private Methods

Method Description
CompleteAbortingClone ( InternalTransaction tx ) : void
CompleteBlockingClone ( InternalTransaction tx ) : void
CreateAbortingClone ( InternalTransaction tx ) : void
CreateBlockingClone ( InternalTransaction tx ) : void
EnlistDurable ( InternalTransaction tx, System.Guid resourceManagerIdentifier, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
EnlistDurable ( InternalTransaction tx, System.Guid resourceManagerIdentifier, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) : Enlistment
GetObjectData ( InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context ) : void
Promote ( InternalTransaction tx ) : void
PromotedToken ( InternalTransaction tx ) : byte[]
Timeout ( InternalTransaction tx ) : void