C# Class Nexus.Transactions.PreparingEnlistment

This class is used to communicate with enlistments.
Inheritance: Enlistment
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Done ( ) : void

Marks the enlistmant as having finished.

ForceRollback ( ) : void

Causes the enlistment to vote to rollback.

Prepared ( ) : void

Causes the enlistment to vote to commit.

PreparingEnlistment ( ) : System

The default constructor.

Method Details

Done() public méthode

Marks the enlistmant as having finished.
public Done ( ) : void
Résultat void

ForceRollback() public méthode

Causes the enlistment to vote to rollback.
public ForceRollback ( ) : void
Résultat void

Prepared() public méthode

Causes the enlistment to vote to commit.
public Prepared ( ) : void
Résultat void

PreparingEnlistment() public méthode

The default constructor.
public PreparingEnlistment ( ) : System
Résultat System