C# 클래스 Neo4jClient.Transactions.TransactionPromotableSinglePhaseNotification

This class manages the System.Transactions protocol in order to support TransactionScope bindings
상속: IPromotableSinglePhaseNotification
파일 보기 프로젝트 열기: albumprinter/Neo4jClient 1 사용 예제들

공개 메소드들

메소드 설명
EnlistIfNecessary ( ) : void
Initialize ( ) : void
Promote ( ) : byte[]
Rollback ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
TransactionPromotableSinglePhaseNotification ( ITransactionalGraphClient client ) : System

비공개 메소드들

메소드 설명
Enlist ( Transaction transaction ) : void
GetResourceManager ( ) : ITransactionResourceManager

메소드 상세

EnlistIfNecessary() 공개 메소드

public EnlistIfNecessary ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Promote() 공개 메소드

public Promote ( ) : byte[]
리턴 byte[]

Rollback() 공개 메소드

public Rollback ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
singlePhaseEnlistment System.Transactions.SinglePhaseEnlistment
리턴 void

SinglePhaseCommit() 공개 메소드

public SinglePhaseCommit ( SinglePhaseEnlistment singlePhaseEnlistment ) : void
singlePhaseEnlistment System.Transactions.SinglePhaseEnlistment
리턴 void

TransactionPromotableSinglePhaseNotification() 공개 메소드

public TransactionPromotableSinglePhaseNotification ( ITransactionalGraphClient client ) : System
client ITransactionalGraphClient
리턴 System