C# 클래스 Nexus.Transactions.PreparingEnlistment

This class is used to communicate with enlistments.
상속: Enlistment
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Done() 공개 메소드

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

ForceRollback() 공개 메소드

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

Prepared() 공개 메소드

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

PreparingEnlistment() 공개 메소드

The default constructor.
public PreparingEnlistment ( ) : System
리턴 System