C# Class Nexus.Transactions.PreparingEnlistment

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

Private Properties

Property Type Description

Public Methods

Method 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 method

Marks the enlistmant as having finished.
public Done ( ) : void
return void

ForceRollback() public method

Causes the enlistment to vote to rollback.
public ForceRollback ( ) : void
return void

Prepared() public method

Causes the enlistment to vote to commit.
public Prepared ( ) : void
return void

PreparingEnlistment() public method

The default constructor.
public PreparingEnlistment ( ) : System
return System