Neo4jClient.Transactions.TransactionContext.KeepAlive C# (CSharp) Méthode

KeepAlive() public méthode

public KeepAlive ( ) : void
Résultat void
        public void KeepAlive()
        {
            Transaction.KeepAlive();
        }

Usage Example

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