Table of Contents

Method WithConnectionTimeout

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

WithConnectionTimeout(TimeSpan)

Specify socket connection timeout. A TimeSpan that represents the number of milliseconds to wait, or InfiniteInterval to wait indefinitely.

public ConfigBuilder WithConnectionTimeout(TimeSpan timeSpan)

Parameters

timeSpan TimeSpan

Represents the number of milliseconds to wait or InfiniteInterval to wait indefinitely.

Returns

ConfigBuilder

A ConfigBuilder instance for further configuration options.