Specify how master and client sites will handle acknowledgment of replication messages which are necessary for "permanent" records. The current implementation requires all sites in a replication group configure the same acknowledgement policy.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0

Syntax

C#
public AckPolicy RepMgrAckPolicy
Visual Basic (Declaration)
Public RepMgrAckPolicy As AckPolicy
Visual C++
public:
AckPolicy^ RepMgrAckPolicy

See Also