Click or drag to resize

ReplicationOptionsHeartbeat Property

Gets or sets the heartbeat value to specify when making long running requests (if honored by the server, a heartbeat message should be received every X amount of time and thus prevent closing the connection for being idle). Must be >= 15 seconds.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public TimeSpan Heartbeat { get; set; }

Property Value

Type: TimeSpan
See Also