C# Class Neo4jClient.Transactions.SuppressTransactionProxy

Inheritance: TransactionScopeProxy
显示文件 Open project: albumprinter/Neo4jClient Class Usage Examples

Public Methods

Method Description
KeepAlive ( ) : void
Rollback ( ) : void
SuppressTransactionProxy ( ITransactionalGraphClient client ) : System

Protected Methods

Method Description
DoCommit ( ) : void
ShouldDisposeTransaction ( ) : bool

Method Details

DoCommit() protected method

protected DoCommit ( ) : void
return void

KeepAlive() public method

public KeepAlive ( ) : void
return void

Rollback() public method

public Rollback ( ) : void
return void

ShouldDisposeTransaction() protected method

protected ShouldDisposeTransaction ( ) : bool
return bool

SuppressTransactionProxy() public method

public SuppressTransactionProxy ( ITransactionalGraphClient client ) : System
client ITransactionalGraphClient
return System