The frequency at which the replication manager, running at a master site, broadcasts a heartbeat message in an otherwise idle system. When 0 (the default), no heartbeat messages will be sent.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public uint RepHeartbeatSend { get; set; }
Visual Basic (Declaration)
Public Property RepHeartbeatSend As UInteger
Visual C++
public:
property unsigned int RepHeartbeatSend {
	unsigned int get ();
	void set (unsigned int value);
}

See Also