C# Class System.Transactions.SinglePhaseEnlistment

Inheritance: System.Transactions.Enlistment
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Aborted ( ) : void
Aborted ( Exception e ) : void
Aborted ( System e ) : void
Committed ( ) : void
InDoubt ( ) : void
InDoubt ( Exception e ) : void
InDoubt ( System e ) : void

Private Methods

Méthode Description
SinglePhaseEnlistment ( )
SinglePhaseEnlistment ( InternalEnlistment enlistment )

Method Details

Aborted() public méthode

public Aborted ( ) : void
Résultat void

Aborted() public méthode

public Aborted ( Exception e ) : void
e Exception
Résultat void

Aborted() public méthode

public Aborted ( System e ) : void
e System
Résultat void

Committed() public méthode

public Committed ( ) : void
Résultat void

InDoubt() public méthode

public InDoubt ( ) : void
Résultat void

InDoubt() public méthode

public InDoubt ( Exception e ) : void
e Exception
Résultat void

InDoubt() public méthode

public InDoubt ( System e ) : void
e System
Résultat void