From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/api_reference/C/db_channel.html | 71 ++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 docs/api_reference/C/db_channel.html (limited to 'docs/api_reference/C/db_channel.html') diff --git a/docs/api_reference/C/db_channel.html b/docs/api_reference/C/db_channel.html new file mode 100644 index 00000000..ce2256e0 --- /dev/null +++ b/docs/api_reference/C/db_channel.html @@ -0,0 +1,71 @@ + + + + + + The DB_CHANNEL Handle + + + + + + + + + +
+
+
+
+

The DB_CHANNEL Handle

+
+
+
+

+ The DB_CHANNEL handle is used by Replication Manager + applications to manage and configure message channels that + carry custom message traffic between the sites in the + replication group. You create a DB_CHANNEL handle using the + DB_ENV->repmgr_channel() method. All DB_CHANNEL handles + must be closed before closing DB_ENV handles. Use the + DB_CHANNEL->close() method to close a DB_CHANNEL handle. +

+
+ + + -- cgit v1.2.1