RepHeartbeatSend Property

BerkeleyDB

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_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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