C# Class System.Transactions.InternalTransaction

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Protected Properties

Свойство Type Description
_transactionState TransactionState

Private Properties

Свойство Type Description
DistributedTransactionOutcome void
FireCompletion void
InternalTransaction System.Collections
InternalTransaction System.Collections
InternalTransaction System.Collections
SetPromoterTypeToMSDTC void
SignalAsyncCompletion void
ThrowIfPromoterTypeIsNotMSDTC void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
DistributedTransactionOutcome ( InternalTransaction tx, TransactionStatus status ) : void
FireCompletion ( ) : void
InternalTransaction ( System.TimeSpan timeout, CommittableTransaction committableTransaction ) : System.Collections
InternalTransaction ( Transaction outcomeSource, DistributedTransaction distributedTx ) : System.Collections
InternalTransaction ( Transaction outcomeSource, ITransactionPromoter promoter ) : System.Collections
SetPromoterTypeToMSDTC ( ) : void
SignalAsyncCompletion ( ) : void
ThrowIfPromoterTypeIsNotMSDTC ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

_transactionState protected_oe property

protected TransactionState _transactionState
Résultat TransactionState