Table of Contents

Method WithNotificationsDisabled

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

WithNotificationsDisabled()

Disable all notifications for the lifetime of the driver.

public ConfigBuilder WithNotificationsDisabled()

Returns

ConfigBuilder

A ConfigBuilder instance for further configuration options.

Remarks

See Also