You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2010/11/09 17:41:57 UTC

svn commit: r1033079 - /qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml

Author: chug
Date: Tue Nov  9 16:41:57 2010
New Revision: 1033079

URL: http://svn.apache.org/viewvc?rev=1033079&view=rev
Log:
QPID-2922 Add the FailoverUpdate table to the .NET bindings map.

Modified:
    qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml

Modified: qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml?rev=1033079&r1=1033078&r2=1033079&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml Tue Nov  9 16:41:57 2010
@@ -4336,6 +4336,68 @@ using (TransactionScope ts = new Transac
       </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>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org