Table of Contents

Method WithDisableAutoCommitRetries

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

WithDisableAutoCommitRetries(bool)

When set to true, disables the automatic one-shot retry of session.Run for idempotent failures. Can be overridden per-session.

public ConfigBuilder WithDisableAutoCommitRetries(bool disable)

Parameters

disable bool

Pass true to disable auto-commit retries.

Returns

ConfigBuilder

A ConfigBuilder instance for further configuration options.

See Also