Click or drag to resize

ConnectionSettingsAutoCommit Property

Returns a boolean indicating auto-commit, or null if not set and default accepted.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Nullable AutoCommit { get; set; }

Return Value

Type: NullableT
true for auto-commit on, false for auto-commit off, or null to accept the default
See Also