RepMgrAckPolicy Property

BerkeleyDB

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

Syntax

C#
public AckPolicy RepMgrAckPolicy { get; set; }
Visual Basic (Declaration)
Public Property RepMgrAckPolicy As AckPolicy
Visual C++
public:
property AckPolicy^ RepMgrAckPolicy {
	AckPolicy^ get ();
	void set (AckPolicy^ value);
}

See Also