diff options
author | Charles E. Rolke <chug@apache.org> | 2010-11-09 16:41:57 +0000 |
---|---|---|
committer | Charles E. Rolke <chug@apache.org> | 2010-11-09 16:41:57 +0000 |
commit | bb79785992b6e4aacdc213e00ff367fa709e35b1 (patch) | |
tree | cf3a83da737d90480e6ea570f6faac54bcecfc85 | |
parent | 24482036680d26b07ca215c6ebabfccfeee6333e (diff) | |
download | qpid-python-bb79785992b6e4aacdc213e00ff367fa709e35b1.tar.gz |
QPID-2922 Add the FailoverUpdate table to the .NET bindings map.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1033079 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/doc/book/src/Programming-In-Apache-Qpid.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml index 142033b757..419d875bb4 100644 --- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/qpid/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& 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> |