RepHeartbeatMonitor Property

BerkeleyDB

The amount of time the replication manager, running at a client site, waits for some message activity on the connection from the master (heartbeats or other messages) before concluding that the connection has been lost. When 0 (the default), no monitoring is performed.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

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

See Also