2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / System.Messaging / System.Messaging / ChangeLog
index 657588ebdd3e90bfb6c13c23fe8f08e31b47f63a..e5fcc897f0cca6d05b2147ee77a8ac2bdfbf18b5 100644 (file)
@@ -1,3 +1,18 @@
+2009-07-11  Michael Barker  <mike@middlesoft.co.uk>
+
+       * MessageQueueException.cs: Removed MonoTODO.
+
+2009-05-23  Michael Barker  <mike@middlesoft.co.uk>
+
+       * MessageEnumerator.cs:  Added calls to the delegate IMessageEnumerator
+       for methods that use a timeout and added exception handling.
+
+2008-12-20  Michael Barker  <mike@middlesoft.co.uk>
+
+       * MessageQueue.cs:  Added implementation for async methods: BeginReceive,
+       BeginPeek, EndReceive and EndPeek.  Set up event handlers to propagate
+       Asycn ReceiveCompleted/PeekCompleted events to System.Messaging API users.
+       
 2008-11-23  Michael Barker  <mike@middlesoft.co.uk>
 
        * MessageQueue.cs:  Added support for MessageQueueTransactionType methods,