Property | Type | Description | |
---|---|---|---|
Cancel | void | ||
CheckForOpenTransaction | void | ||
DoCommit | void | ||
DoCommit | void | ||
DoKeepAlive | |||
DoKeepAlive | void | ||
DoRollback | void | ||
DoRollback | void | ||
ForceKeepAlive | void | ||
FromIdAndClient |
Method | Description | |
---|---|---|
Commit ( ) : void |
Commits our current transaction and closes the transaction.
|
|
Dispose ( ) : void | ||
KeepAlive ( ) : void |
Emits an empty request to keep alive our current transaction.
|
|
Neo4jTransaction ( ITransactionalGraphClient graphClient ) : System | ||
Rollback ( ) : void |
Rolls back our current transaction and closes the transaction.
|
Method | Description | |
---|---|---|
CleanupAfterClosedTransaction ( ) : void |
Method | Description | |
---|---|---|
Cancel ( ) : void |
Cancels a transaction without closing it in the server
|
|
CheckForOpenTransaction ( ) : void | ||
DoCommit ( ITransactionExecutionEnvironment transactionExecutionEnvironment, NameValueCollection customHeaders = null ) : void |
Commits a transaction given the ID
|
|
DoCommit ( |
||
DoKeepAlive ( |
||
DoKeepAlive ( ITransactionExecutionEnvironment transactionExecutionEnvironment ) : void |
Keeps alive a transaction given the ID
|
|
DoRollback ( ITransactionExecutionEnvironment transactionExecutionEnvironment, NameValueCollection customHeaders = null ) : void |
Rolls back a transaction given the ID
|
|
DoRollback ( |
||
ForceKeepAlive ( ) : void |
Forces a keep alive, setting the endpoint if necessary
|
|
FromIdAndClient ( int transactionId, ITransactionalGraphClient client ) : |
protected CleanupAfterClosedTransaction ( ) : void | ||
return | void |
public Neo4jTransaction ( ITransactionalGraphClient graphClient ) : System | ||
graphClient | ITransactionalGraphClient | |
return | System |