







|
| Berkeley DB .NET API Documentation |
| ReplicationConfig..::.HeartbeatMonitor Property |
| ReplicationConfig Class See Also |
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 HeartbeatMonitor { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property HeartbeatMonitor As UInteger |
| Visual C++ |
|---|
public: property unsigned int HeartbeatMonitor { unsigned int get (); void set (unsigned int value); } |
