summaryrefslogtreecommitdiff
path: root/doc/book/src
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2010-11-09 16:41:57 +0000
committerCharles E. Rolke <chug@apache.org>2010-11-09 16:41:57 +0000
commitd282da7e6f515ded59a76b4dfbc2bedab8f7f6d7 (patch)
treee3b187ed5c458344ed91950efe62d52c35c7ec9b /doc/book/src
parentaba72bb52cef19dd8dfebd110c1734e4e46ab337 (diff)
downloadqpid-python-d282da7e6f515ded59a76b4dfbc2bedab8f7f6d7.tar.gz
QPID-2922 Add the FailoverUpdate table to the .NET bindings map.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1033079 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/book/src')
-rw-r--r--doc/book/src/Programming-In-Apache-Qpid.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml
index 142033b757..419d875bb4 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -4336,6 +4336,68 @@ using (TransactionScope ts = new TransactionScope())
</table>
</section>
<section>
+ <title>.NET Binding Class: FailoverUpdates</title>
+ <table id="table-Dotnet-Binding-FailoverUpdates">
+ <title>.NET Binding Class: FailoverUpdates</title>
+ <tgroup cols="2">
+ <colspec colname="c1"/>
+ <colspec colname="c2"/>
+ <thead>
+ <row>
+ <entry namest="c1" nameend="c2" align="center">.NET Binding Class: FailoverUpdates</entry>
+ </row>
+ <row>
+ <entry>Language</entry>
+ <entry>Syntax</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>C++</entry>
+ <entry>class FailoverUpdates</entry>
+ </row>
+ <row>
+ <entry>.NET</entry>
+ <entry>public ref class FailoverUpdates</entry>
+ </row>
+ <row>
+ <entry namest="c1" nameend="c2" align="center">Constructor</entry>
+ </row>
+ <row>
+ <entry>C++</entry>
+ <entry>FailoverUpdates(Connection&amp; connection);</entry>
+ </row>
+ <row>
+ <entry>.NET</entry>
+ <entry>public FailoverUpdates(Connection connection);</entry>
+ </row>
+ <row>
+ <entry namest="c1" nameend="c2" align="center">Destructor</entry>
+ </row>
+ <row>
+ <entry>C++</entry>
+ <entry>~FailoverUpdates();</entry>
+ </row>
+ <row>
+ <entry>.NET</entry>
+ <entry>~FailoverUpdates();</entry>
+ </row>
+ <row>
+ <entry namest="c1" nameend="c2" align="center">Finalizer</entry>
+ </row>
+ <row>
+ <entry>C++</entry>
+ <entry>n/a</entry>
+ </row>
+ <row>
+ <entry>.NET</entry>
+ <entry>!FailoverUpdates();</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+ <section>
<title>.NET Binding Class: Message</title>
<table id="table-Dotnet-Binding-Message">
<title>.NET Binding Class: Message</title>