프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DeleteFile | void |
메소드 | 설명 | |
---|---|---|
Commit ( |
Notifies an enlisted object that a transaction is being committed.
|
|
InDoubt ( |
Notifies an enlisted object that the status of a transaction is in doubt.
|
|
Initialize ( ) : void |
Initializes this instance.
|
|
Prepare ( |
Notifies an enlisted object that a transaction is being prepared for commitment.
|
|
RavenClientEnlistment ( DocumentStoreBase documentStore, ITransactionalDocumentSession session, System.Action onTxComplete ) : System |
Initializes a new instance of the RavenClientEnlistment class.
|
|
Rollback ( |
Notifies an enlisted object that a transaction is being rolled back (aborted).
|
|
Rollback ( |
Rollbacks the specified single phase enlistment.
|
메소드 | 설명 | |
---|---|---|
DeleteFile ( ) : void |
public Commit ( |
||
enlistment | An |
|
리턴 | void |
public InDoubt ( |
||
enlistment | An |
|
리턴 | void |
public Prepare ( |
||
preparingEnlistment | A |
|
리턴 | void |
public RavenClientEnlistment ( DocumentStoreBase documentStore, ITransactionalDocumentSession session, System.Action onTxComplete ) : System | ||
documentStore | DocumentStoreBase | |
session | ITransactionalDocumentSession | |
onTxComplete | System.Action | |
리턴 | System |
public Rollback ( |
||
enlistment | A |
|
리턴 | void |
public Rollback ( |
||
singlePhaseEnlistment | The single phase enlistment. | |
리턴 | void |