C# Class System.Transactions.Phase0VolatileDemultiplexer

Inheritance: VolatileDemultiplexer
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Commit ( IPromotedEnlistment en ) : void
InDoubt ( IPromotedEnlistment en ) : void
Phase0VolatileDemultiplexer ( InternalTransaction transaction ) : System.Diagnostics
Prepare ( IPromotedEnlistment en ) : void
Rollback ( IPromotedEnlistment en ) : void

Méthodes protégées

Méthode Description
InternalCommit ( ) : void
InternalInDoubt ( ) : void
InternalPrepare ( ) : void
InternalRollback ( ) : void

Method Details

Commit() public méthode

public Commit ( IPromotedEnlistment en ) : void
en IPromotedEnlistment
Résultat void

InDoubt() public méthode

public InDoubt ( IPromotedEnlistment en ) : void
en IPromotedEnlistment
Résultat void

InternalCommit() protected méthode

protected InternalCommit ( ) : void
Résultat void

InternalInDoubt() protected méthode

protected InternalInDoubt ( ) : void
Résultat void

InternalPrepare() protected méthode

protected InternalPrepare ( ) : void
Résultat void

InternalRollback() protected méthode

protected InternalRollback ( ) : void
Résultat void

Phase0VolatileDemultiplexer() public méthode

public Phase0VolatileDemultiplexer ( InternalTransaction transaction ) : System.Diagnostics
transaction InternalTransaction
Résultat System.Diagnostics

Prepare() public méthode

public Prepare ( IPromotedEnlistment en ) : void
en IPromotedEnlistment
Résultat void

Rollback() public méthode

public Rollback ( IPromotedEnlistment en ) : void
en IPromotedEnlistment
Résultat void