Table of Contents

Method WithNotificationsDisabled

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

WithNotificationsDisabled()

Disable all notifications for the lifetime of the session.

public SessionConfigBuilder WithNotificationsDisabled()

Returns

SessionConfigBuilder

A SessionConfigBuilder instance for further configuration options.

Remarks

See Also