Neo4jClient.Transactions.TransactionContext.KeepAlive C# (CSharp) Method

KeepAlive() public method

public KeepAlive ( ) : void
return void
        public void KeepAlive()
        {
            Transaction.KeepAlive();
        }

Usage Example

 public override void KeepAlive()
 {
     TransactionContext.KeepAlive();
 }